Compare commits

5 Commits

Author SHA1 Message Date
64aece1dbc website-change hinzugefügt 2026-02-10 14:49:44 +00:00
9231f76c61 Update Dockerfile 2026-02-05 15:14:25 +00:00
4f8f81bc88 Update Dockerfile 2026-02-05 15:09:23 +00:00
077c0603f9 Update Dockerfile 2026-02-05 15:05:57 +00:00
8007898e89 Add Dockerfile 2026-02-05 15:02:50 +00:00
2 changed files with 2165 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

2156
website-change Normal file

File diff suppressed because it is too large Load Diff