Hallucinate a short little readme on index.html (/)

This commit is contained in:
2026-01-07 21:13:02 +01:00
parent 5e4c9c533e
commit 2ed228b7fb
4 changed files with 116 additions and 33 deletions

View File

@@ -1,7 +1,8 @@
FROM nginx:alpine
# Copy nginx configuration
# Copy nginx configuration and HTML
COPY nginx.conf /etc/nginx/nginx.conf
COPY index.html /usr/share/nginx/html/index.html
# Create data directories
RUN mkdir -p /etc/nginx/data/cache /etc/nginx/data/temp && \