Skip to content

Commit

Permalink
Test 1 for Run Migration and Deploy to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgz committed Jul 23, 2023
1 parent f712907 commit e980311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.typeorm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:
DATABASE_URL:
command: >
bash -c "npm run typeorm $${TYPEORM_COMMAND} -- -d $${PATH_TO_DATA_SOURCE}"
depends_on:
postgres_db_dev:
condition: service_healthy
# depends_on:
# postgres_db_dev:
# condition: service_healthy

postgres_db_dev:
extends:
Expand Down

0 comments on commit e980311

Please sign in to comment.