Fix makefile so that JWT_SECRET is saved for docker-up and docker-down targets

This commit is contained in:
2026-06-01 12:07:10 -06:00
parent cdc2958383
commit 61dfbc88b9
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ make test
To run the API and PostgreSQL with Docker Compose:
```bash
JWT_SECRET=dev-secret-change-me-do-not-use-in-production make docker-up
make docker-up
```
Stop the Docker Compose stack with: