Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
c980f2ec3b Merge pull request 'Update Dockerfile to include all .html files' (#56) from feat/update-docker-image into main
Some checks failed
/ build (push) Failing after 1s
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
e3d4f03943 Merge pull request 'Ajout d'une page pour le programme avec lien vers le pretalx' (#54) from feat/pretalx-programme into main
All checks were successful
/ build (push) Successful in 3m0s
Reviewed-on: #54
2026-04-20 12:55:18 +00: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