fix: update environment variable handling in Docker Compose files and improve contributing documentation

This commit is contained in:
Thibault Pouch
2026-03-19 21:27:56 +01:00
parent 3714200dc1
commit 5268e7618b
6 changed files with 24 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ npm install
### 3. Set Up Environment
Create `.env` files based on the examples in each project. See the main [README.md](./README.md) for required environment variables.
Create a root `.env` file from `.env.example` (`cp .env.example .env`) and adjust values as needed. See the main [README.md](./README.md) for required environment variables.
### 4. Create a Branch