This commit is contained in:
Simon Martens
2025-10-02 23:31:45 +02:00
commit 442300d264
13323 changed files with 78099 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# Use the official, lightweight Nginx web server image
FROM nginx:latest
# Copy the entire contents of your httpdocs folder into Nginx's default site directory
COPY httpdocs/ /usr/share/nginx/html/