upgrade build description

add debian package podman, link to docker doc and 5 minutes cycle

add 'docker.io' prefix in dockerfile
This commit is contained in:
vincent-peugnet 2025-11-24 18:54:10 +01:00
parent c48419f3f3
commit d086fe9041
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM nginx:1.29-alpine
FROM docker.io/nginx:1.29-alpine
COPY index.html poster.html /usr/share/nginx/html
COPY assets /usr/share/nginx/html/assets