Déploiement : Dockerfile nginx + URL de jeu dans le README

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
perco
2026-06-11 11:15:48 +02:00
co-authored by Claude Fable 5
parent d29ee4c04e
commit a106b0d021
2 changed files with 16 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/
COPY css /usr/share/nginx/html/css
COPY js /usr/share/nginx/html/js