Skip to content

Commit

Permalink
Merge pull request #429 from getlago/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
fix(compose-dev): docker-compose migrate start script path
  • Loading branch information
electrosenpai authored Nov 8, 2024
2 parents f8f66ac + a46d806 commit d6dde8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6dde8c

Please sign in to comment.