Update Dockerfile to include all .html files #56

Merged
Nono merged 1 commit from feat/update-docker-image into main 2026-04-20 16:23:46 +00:00
Showing only changes of commit f841850cd3 - Show all commits

View file

@ -1,6 +1,6 @@
FROM docker.io/nginx:1.29-alpine
COPY index.html poster.html guide.html contact.html /usr/share/nginx/html
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