From d700387dd9dc7adf11408ce68f98e8e6948e193b Mon Sep 17 00:00:00 2001 From: sreevalsanmr Date: Mon, 3 Jun 2024 20:14:58 +0530 Subject: [PATCH] updating Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdf5732..46928f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM nginx:alpine COPY nginx.conf /etc/nginx/conf.d/default.conf WORKDIR /usr/share/nginx/html -COPY network . +COPY network /usr/share/nginx/html/network COPY index.html . RUN rm -rf .git*