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 Sep 19, 2022
1 parent 8620386 commit d611260
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 http-server

CMD serve -l 80
CMD http-server -p 8080

0 comments on commit d611260

Please sign in to comment.