Commit aabcb4f5 authored by daidekun's avatar daidekun

临时

parent 27b32951
...@@ -29,7 +29,8 @@ RUN apt-get update \ ...@@ -29,7 +29,8 @@ RUN apt-get update \
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443
VOLUME /etc/nginx/conf.d/ #VOLUME /etc/nginx/conf.d/
COPY ./conf.d/ /etc/nginx/conf.d/
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
CMD nginx -g 'daemon off;' CMD nginx -g 'daemon off;'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment