2026.camp.public.website/Dockerfile
2025-11-14 16:01:53 +01:00

6 lines
183 B
Docker

FROM nginx:1.29-alpine
COPY index.html poster.html /usr/share/nginx/html
COPY assets /usr/share/nginx/html/assets
COPY css /usr/share/nginx/html/css
COPY js /usr/share/nginx/html/js