You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@ services:
15
15
container_name: scid-bot
16
16
# build: . # раскомментить для работы локально
17
17
image: greenvibe/scid_bot_3
18
-
command: bash -c "cd app && poetry run alembic stamp head && poetry run alembic revision --autogenerate && poetry run alembic upgrade head && poetry run python main.py"
18
+
command: bash -c "cd app && poetry run alembic upgrade head && poetry run python main.py" # poetry run alembic stamp head && poetry run alembic revision --autogenerate &&
0 commit comments