This commit is contained in:
parent
02ec1817d8
commit
5ca8a33121
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ services:
|
|||
build: .
|
||||
env_file:
|
||||
- .env.production
|
||||
environment:
|
||||
- OAUTH_JSON
|
||||
restart: unless-stopped
|
||||
command: >
|
||||
sh -c "echo $OAUTH_JSON > /app/oauth.json && python -m alembic upgrade head && python app/__main__.py"
|
||||
|
|
Loading…
Add table
Reference in a new issue