This commit is contained in:
Simon Martens
2025-10-02 23:30:46 +02:00
commit 2415b309f8
4661 changed files with 17523 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/