Skip to content

Commit

Permalink
before --> init (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 authored Oct 5, 2023
1 parent 7ab151d commit cd1210d
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 @@ -15,7 +15,7 @@ services:

express:
labels:
shipyard.before: 'npx sequelize-cli db:migrate'
shipyard.init: 'npx sequelize-cli db:migrate'
shipyard.route: '/'
build:
context: .
Expand All @@ -33,4 +33,4 @@ services:
- './src:/app/src'

volumes:
postgres:
postgres:

0 comments on commit cd1210d

Please sign in to comment.