Deploy bugs solved
This commit is contained in:
parent
240f080de3
commit
bf909c6620
|
@ -1,7 +1,7 @@
|
||||||
FROM nginx
|
FROM nginx
|
||||||
|
|
||||||
RUN rm /etc/nginx/nginx.conf
|
RUN rm -f /etc/nginx/nginx.conf
|
||||||
RUN rm /etc/nginx/conf.d/default.conf
|
RUN rm -f /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
COPY temp/nginx.conf /etc/nginx/nginx.conf
|
COPY temp/nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY static /usr/share/nginx/html
|
COPY static /usr/share/nginx/html
|
||||||
|
|
Loading…
Reference in New Issue