Skip to content

Commit

Permalink
Fix wrong npm script for migration containers
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Dec 6, 2024
1 parent 9258699 commit 05d5e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
file: ./docker-compose.base.yml
service: feed-requests-postgres-migration
image: ghcr.io/synzen/monitorss-feed-requests:main
command: "npm run migration:prod:up"
command: "npm run migration:up"
env_file:
- ./.env.prod
environment:
Expand All @@ -83,7 +83,7 @@ services:
file: ./docker-compose.base.yml
service: user-feeds-postgres-migration
image: ghcr.io/synzen/monitorss-user-feeds:main
command: "npm run migration:prod:up"
command: "npm run migration:up"
env_file:
- ./.env.prod
environment:
Expand Down

0 comments on commit 05d5e42

Please sign in to comment.