This commit is contained in:
parent
2a5aae1e06
commit
b16c9bd1e1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
- OAUTH_JSON
|
||||
restart: unless-stopped
|
||||
command: >
|
||||
sh -c "echo '${OAUTH_JSON}' | base64 --decode > /app/oauth.json && python -m alembic upgrade head && python app/__main__.py"
|
||||
sh -c "echo '${OAUTH_JSON}' | base64 -d > /app/oauth.json && python -m alembic upgrade head && python app/__main__.py"
|
||||
|
||||
|
||||
callback_listener:
|
||||
|
|
Loading…
Add table
Reference in a new issue