Skip to content

Commit 4bc78e4

Browse files
added Expose 80
1 parent 484f8b9 commit 4bc78e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ COPY . .
66
RUN npm run build
77

88
FROM nginx
9-
COPY --from=builder /app/build /usr/share/nginx/html
10-
9+
EXPOSE 80
10+
COPY --from=builder /app/build /usr/share/nginx/html

0 commit comments

Comments
 (0)