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

fix(ci): display correct initial page on storybook load #527

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 --hostname localhost -p 80