diff --git a/Dockerfile b/Dockerfile index 44a093e9..fd160175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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