mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 19:53:20 +07:00
chore(compose-dev): Fixing docker-compose migrate start script path
This commit is contained in:
parent
f8f66ac354
commit
a46d8060bf
@ -382,7 +382,7 @@ services:
|
|||||||
image: api_dev
|
image: api_dev
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
command: ["./scripts/start.migrate.dev.sh"]
|
command: ["./scripts/migrate.dev.sh"]
|
||||||
build:
|
build:
|
||||||
context: ./api
|
context: ./api
|
||||||
dockerfile: $LAGO_PATH/api/Dockerfile.dev
|
dockerfile: $LAGO_PATH/api/Dockerfile.dev
|
||||||
|
Loading…
Reference in New Issue
Block a user