We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5742c7d commit c2ce3a0Copy full SHA for c2ce3a0
1 file changed
client/Dockerfile.storybook
@@ -10,4 +10,4 @@ RUN npm run build-storybook
10
11
FROM nginx:alpine
12
COPY --from=build /app/client/storybook-static/ /usr/share/nginx/html/
13
-EXPOSE 80 # Nginx will listen on port 80 by default
+EXPOSE 80
0 commit comments