Fixed issue with unexposed Nginx port on release image

This commit is contained in:
Alex Tran 2022-06-30 00:26:54 -05:00
parent 32240777c3
commit 97611fa057
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -1,3 +1,6 @@
FROM nginx:latest
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
EXPOSE 443