2026.camp.public.website/Dockerfile
nono-lqdn f841850cd3
Some checks failed
/ build (push) Has been cancelled
Update Dockerfile to include all .html files
2026-04-20 18:22:58 +02:00

6 lines
177 B
Docker

FROM docker.io/nginx:1.29-alpine
COPY *.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