Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
fix(ci): display correct initial page on storybook load
Browse files Browse the repository at this point in the history
Use http-server instead of serve to serve the storybook

fix #483
  • Loading branch information
baptisteArno committed Oct 6, 2022
1 parent 1f71c99 commit 48f63f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ WORKDIR /workspace

COPY --from=builder /usr/src/app/storybook-static .

RUN npm add -g serve
RUN npm add -g local-web-server

CMD serve -l 80
CMD ws --compress --https -p 80 --spa index.html

0 comments on commit 48f63f8

Please sign in to comment.