update nginx Dockerfile
This commit is contained in:
parent
e9fd95dc1e
commit
c5731f0cc2
|
@ -2,7 +2,7 @@ FROM nginx:alpine
|
||||||
|
|
||||||
ENV NGINX_DIR=/etc/nginx
|
ENV NGINX_DIR=/etc/nginx
|
||||||
|
|
||||||
COPY index.html /usr/share/nginx/html/index.html
|
COPY setup/index.html /usr/share/nginx/html/index.html
|
||||||
|
|
||||||
RUN mkdir -p ${NGINX_DIR}/sites-available
|
RUN mkdir -p ${NGINX_DIR}/sites-available
|
||||||
RUN mkdir -p ${NGINX_DIR}/sites-enabled
|
RUN mkdir -p ${NGINX_DIR}/sites-enabled
|
||||||
|
|
Loading…
Reference in New Issue