use registry image for prod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-10-30 20:17:24 +01:00
parent f9ad8fa753
commit 680ee22482
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 3 additions and 4 deletions

View file

@ -218,9 +218,9 @@ For testing the production Docker build locally:
docker compose up -d
```
4. **Build and start production environment:**
4. **Start production environment:**
```bash
docker compose -f docker-compose.prod.yml up --build
docker compose -f docker-compose.prod.yml up
```
5. **Run database migrations:**