Update Dockerfile

This commit is contained in:
2026-02-06 09:49:46 +00:00
parent fb4ad544c8
commit 675c81f1e8

View File

@@ -2,7 +2,7 @@ FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/* RUN rm -rf /usr/share/nginx/html/*
COPY ["Profice WebSite/", "/usr/share/nginx/html/"] COPY ["Profice WebSite/", "/var/www/html/sites/"]
RUN chmod -R 755 /usr/share/nginx/html/ RUN chmod -R 755 /usr/share/nginx/html/