This commit is contained in:
NishantRajputRN
2026-05-19 18:15:10 +05:30
parent 554c873f5d
commit 1008771b93
5 changed files with 71 additions and 7 deletions
+11
View File
@@ -82,6 +82,17 @@ sudo ufw allow 3001/tcp
## 5. Build and start the demo app
`deploy/.env` is **not in git** — create it on the server first:
```bash
cp .env.example .env
nano .env
chmod +x up-app.sh diagnose.sh
./up-app.sh
```
Or manually:
```bash
docker compose --env-file .env up -d --build
```