Skip to content

Commit 3647420

Browse files
authored
Added port exposure for AWS Elastic Beanstalk
1 parent a059873 commit 3647420

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=builder /app/build /usr/share/nginx/html

0 commit comments

Comments
 (0)