2026.camp.public.website/Dockerfile
vincent-peugnet d086fe9041 upgrade build description
add debian package podman, link to docker doc and 5 minutes cycle

add 'docker.io' prefix in dockerfile
2025-11-24 18:54:10 +01:00

6 lines
193 B
Docker

FROM docker.io/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