Skip to content

Commit

Permalink
chore(compose-dev): Fixing docker-compose migrate start script path
Browse files Browse the repository at this point in the history
  • Loading branch information
electrosenpai committed Nov 8, 2024
1 parent f8f66ac commit a46d806
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 a46d806

Please sign in to comment.