feat: Mettre à jour la configuration du backend et le formulaire de contact pour utiliser BASE_URL

This commit is contained in:
Boris Waaub
2026-03-16 16:00:19 +01:00
parent c392670539
commit bbfc0949c4
7 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ docker build --no-cache -t chill-site:latest .
## Lancer le site en local avec un nom de conteneur
```bash
docker run --name chill-site-container -p 1313:1313 -d chill-site:latest
docker run --name chill-site-container -p 1313:1313 -p 3001:3001 -d chill-site:latest
```
Pour relancer après un arrêt :