Skip to content

Commit dbb9974

Browse files
change alembic in compose
1 parent 8acafea commit dbb9974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ services:
1515
container_name: scid-bot
1616
# build: . # раскомментить для работы локально
1717
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 &&
1919
env_file: .env

0 commit comments

Comments
 (0)