Try to fix cloudflare caches

This commit is contained in:
2026-03-23 22:18:03 +01:00
parent 3457a5cc5e
commit 091e126744
2 changed files with 18 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
# Use the lightweight Nginx image
FROM nginx:alpine
# Copy everything from your repository into the Nginx serving directory
COPY ./ /usr/share/nginx/html
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/
COPY js /usr/share/nginx/html/js
COPY css /usr/share/nginx/html/css
# Tell Docker this container listens on port 80
EXPOSE 80