We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcb13d commit e2f931aCopy full SHA for e2f931a
1 file changed
Dockerfile
@@ -57,7 +57,7 @@ ENV PORT=$PORT HOST=$HOST APP_ENV=$APP_ENV
57
ENV PORT=$PORT HOST=$HOST APP_ENV=$APP_ENV
58
RUN pnpm deploy --filter=@web/storybook --prod /prod/@web/storybook
59
60
-FROM nginx:alpine@sha256:5616878291a2eed594aee8db4dade5878cf7edcb475e59193904b198d9b830de AS storybook
+FROM nginx:alpine@sha256:feb6f75a08aa55b44576f98c15b8859819ecf54f3e4d2157f42c2d01cb58a3d2 AS storybook
61
# remove default config
62
RUN rm /etc/nginx/conf.d/default.conf
63
COPY /apps/storybook/nginx.conf /etc/nginx/conf.d/storybook.conf
0 commit comments