diff --git a/Dockerfile b/Dockerfile index 775bf2b..073140e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:alpine RUN rm -rf /usr/share/nginx/html/* -COPY ["Profice WebSite/", "/var/www/html/"] +COPY ["Profice WebSite/", "/usr/share/nginx/html/"] RUN chmod -R 755 /usr/share/nginx/html/