fix(make): enable db and migrate profiles in migrate target
This commit is contained in:
@@ -21,7 +21,7 @@ deploy:
|
|||||||
$(MAKE) rebuild
|
$(MAKE) rebuild
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
docker compose run --rm migrator $(filter-out $@,$(MAKECMDGOALS))
|
docker compose --profile db --profile migrate run --rm migrator $(filter-out $@,$(MAKECMDGOALS))
|
||||||
|
|
||||||
session-create:
|
session-create:
|
||||||
cd backend && uv run python scripts/session/create.py
|
cd backend && uv run python scripts/session/create.py
|
||||||
|
|||||||
Reference in New Issue
Block a user