Merge pull request #429 from getlago/fix-docker-compose-dev

fix(compose-dev): docker-compose migrate start script path
This commit is contained in:
Jean-Baptiste DONNETTE 2024-11-08 11:30:08 +01:00 committed by GitHub
commit d6dde8c792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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