try to fix entra

This commit is contained in:
2026-01-15 22:07:32 +01:00
parent e97da03887
commit b61aa68bcd
6 changed files with 628 additions and 79 deletions

View File

@@ -1,6 +1,9 @@
# Use nginx alpine for minimal size
FROM nginx:alpine
# Copy custom nginx config
COPY default.conf /etc/nginx/conf.d/default.conf
# Copy static files to nginx html directory
COPY index.html /usr/share/nginx/html/
COPY style.css /usr/share/nginx/html/