Update Dockerfile

This commit is contained in:
2026-02-05 15:05:57 +00:00
parent 8007898e89
commit 077c0603f9

View File

@@ -1,3 +1,5 @@
FROM nginx:alpine FROM nginx:alpine
COPY "./Profice WebSite/" /usr/share/nginx/html/
COPY ["./Profice WebSite/", "/usr/share/nginx/html/"]
EXPOSE 80 EXPOSE 80