Skip to content

Commit 7e78162

Browse files
author
smaragda.prasianaki
committed
expose port 80 on Dockerfile
1 parent 758801f commit 7e78162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ COPY . .
66
RUN npm run build
77

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

0 commit comments

Comments
 (0)