deploy
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user