Update Dockerfile

This commit is contained in:
2026-02-05 15:05:37 +00:00
parent 307055ee04
commit 051a46c547

View File

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