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