Deploy bugs solved

This commit is contained in:
Juan 2018-06-11 09:09:47 +02:00
parent 240f080de3
commit bf909c6620
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM nginx
RUN rm /etc/nginx/nginx.conf
RUN rm /etc/nginx/conf.d/default.conf
RUN rm -f /etc/nginx/nginx.conf
RUN rm -f /etc/nginx/conf.d/default.conf
COPY temp/nginx.conf /etc/nginx/nginx.conf
COPY static /usr/share/nginx/html