update nginx Dockerfile

This commit is contained in:
Brett 2021-12-09 14:44:35 +01:00
parent e9fd95dc1e
commit c5731f0cc2
1 changed files with 1 additions and 1 deletions

View File

@ -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