add Dockerfile and build instructions

This commit is contained in:
Pierre de Lacroix 2025-11-14 15:59:11 +01:00
parent bc8b5dc172
commit e3374d3f8a
Signed by: lateralus23
GPG key ID: C20C17EC0D98B2DF
2 changed files with 24 additions and 0 deletions

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM 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