Skip to content

Commit

Permalink
expose port 443 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Feb 7, 2023
1 parent a7368b8 commit 84da3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ COPY --from=Builder /usr/src/app /usr/src/app

CMD node server

EXPOSE 80
EXPOSE 80 443

0 comments on commit 84da3a3

Please sign in to comment.