...
|
...
|
@@ -8,5 +8,5 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf |
|
|
#RUN echo "nginx on CentOS 7 inside Docker" > /usr/share/nginx/html/index.html
|
|
|
COPY ./conf.d /etc/nginx/conf.d
|
|
|
COPY ./dist /home/project
|
|
|
EXPOSE 80
|
|
|
EXPOSE 80 443
|
|
|
CMD [ "/usr/sbin/nginx" ] |
|
|
\ No newline at end of file |
...
|
...
|
|