diff --git a/compose.yml b/compose.yml index 43f9785..cbf8ec0 100644 --- a/compose.yml +++ b/compose.yml @@ -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: