Fixed issue with unexposed Nginx port on release image
parent
32240777c3
commit
97611fa057
|
|
@ -1,3 +1,6 @@
|
|||
FROM nginx:latest
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
Loading…
Reference in New Issue