Skip to content

Commit

Permalink
fix: storybook (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Jan 10, 2024
1 parent c220b7a commit cbb3a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
RUN npm ci
RUN npm run build
RUN npm run build-storybook -o dist/storybook
RUN npm run build-storybook -- -o dist/storybook

# Pulled March 21, 2023
FROM nginx@sha256:aa0afebbb3cfa473099a62c4b32e9b3fb73ed23f2a75a65ce1d4b4f55a5c2ef2
Expand Down

0 comments on commit cbb3a7f

Please sign in to comment.