Skip to content

Commit

Permalink
change compose
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenVibesOnly committed Oct 17, 2024
1 parent f3b488b commit 5ac39eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ services:
container_name: scid-bot
# build: . # раскомментить для работы локально
image: greenvibe/scid_bot_3
command: bash -c "cd app && poetry run alembic stamp head && poetry run alembic upgrade head && poetry run python main.py"
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"
env_file: .env

0 comments on commit 5ac39eb

Please sign in to comment.