feat: Building the app in it's first version

This commit is contained in:
gauvainboiche
2026-09-15 23:12:57 +02:00
parent 34792e2782
commit 64a3d9b556
42 changed files with 2699 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
calendrier-republicain:
build:
context: .
dockerfile: Dockerfile
container_name: calendrier-republicain
ports:
- "3000:3000"
environment:
- PORT=3000
restart: unless-stopped