From b16c9bd1e1488233df4f656a91213242cdfb65ef Mon Sep 17 00:00:00 2001 From: Mootfrost Date: Sun, 13 Apr 2025 00:53:46 +0300 Subject: [PATCH] Fix ci --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: