From c5731f0cc240ca8964206fc4a20c318fc2689c96 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 9 Dec 2021 14:44:35 +0100 Subject: [PATCH] update nginx Dockerfile --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 763ec0c..8bdcef2 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:alpine 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-enabled