From 686b06d5592711e110f7f81b1d8ffcb3edfd937e Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Thu, 5 Feb 2026 15:11:21 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2539375..e648db7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM nginx:alpine -COPY ["./Profice WebSite/", "/usr/share/nginx/html/"] +RUN rm -rf /usr/share/nginx/html/* + +COPY ["Profice WebSite/", "/usr/share/nginx/html/"] + +RUN ls -la /usr/share/nginx/html/ EXPOSE 80 \ No newline at end of file