Skip to content

Commit

Permalink
before --> init
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 authored Sep 11, 2023
1 parent 0a6519b commit aaa94c8
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 @@ -4,7 +4,7 @@ services:

django:
labels:
shipyard.before: 'poetry run python src/manage.py migrate'
shipyard.init: 'poetry run python src/manage.py migrate'
shipyard.route: '/'
build: .
volumes:
Expand All @@ -28,4 +28,4 @@ services:
- '5432'

volumes:
postgres:
postgres:

0 comments on commit aaa94c8

Please sign in to comment.