Compare commits

...

2 commits

Author SHA1 Message Date
c980f2ec3b Merge pull request 'Update Dockerfile to include all .html files' (#56) from feat/update-docker-image into main
All checks were successful
/ build (push) Successful in 3m12s
Reviewed-on: #56
2026-04-20 16:23:45 +00:00
f841850cd3 Update Dockerfile to include all .html files
Some checks failed
/ build (push) Has been cancelled
2026-04-20 18:22:58 +02:00

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