Update Dockerfile

This commit is contained in:
2026-02-05 15:11:21 +00:00
parent 051a46c547
commit 686b06d559

View File

@@ -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