chore(compose-dev): Fixing docker-compose migrate start script path

This commit is contained in:
Jean-Baptiste DONNETTE 2024-11-08 10:24:17 +01:00
parent f8f66ac354
commit a46d8060bf

View File

@ -382,7 +382,7 @@ services:
image: api_dev
depends_on:
- db
command: ["./scripts/start.migrate.dev.sh"]
command: ["./scripts/migrate.dev.sh"]
build:
context: ./api
dockerfile: $LAGO_PATH/api/Dockerfile.dev