Skip to content

Commit

Permalink
Added explicit Dockerfile EXPOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen authored and hoangdat committed Sep 22, 2023
1 parent 39e09c5 commit 97c436b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ RUN --mount=type=ssh,required=true ./scripts/build-web.sh
FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html
COPY --from=web-builder /app/build/web /usr/share/nginx/html/web/

# Specify the port
EXPOSE 80

0 comments on commit 97c436b

Please sign in to comment.