cleaned up

This commit is contained in:
2026-02-06 09:30:59 +01:00
parent 197537e0a5
commit e23524b6bd
78 changed files with 8971 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
COPY ["Profice WebSite/", "/usr/share/nginx/html/"]
RUN chmod -R 755 /usr/share/nginx/html/
EXPOSE 80