Update Dockerfile

This commit is contained in:
2026-02-05 15:13:49 +00:00
parent 686b06d559
commit 544f3b4cbb

View File

@@ -4,6 +4,6 @@ RUN rm -rf /usr/share/nginx/html/*
COPY ["Profice WebSite/", "/usr/share/nginx/html/"]
RUN ls -la /usr/share/nginx/html/
RUN chmod -R 755 /usr/share/nginx/html/
EXPOSE 80