We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484f8b9 commit 4bc78e4Copy full SHA for 4bc78e4
Dockerfile
@@ -6,5 +6,5 @@ COPY . .
6
RUN npm run build
7
8
FROM nginx
9
-COPY --from=builder /app/build /usr/share/nginx/html
10
-
+EXPOSE 80
+COPY --from=builder /app/build /usr/share/nginx/html
0 commit comments