Skip to content

Commit

Permalink
Обновляет головную миграцию
Browse files Browse the repository at this point in the history
  • Loading branch information
codEnjoyer committed Dec 17, 2023
1 parent 8ee210e commit e107fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker-launch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# При запуске стоит указывать здесь номер последней миграции
alembic revision --autogenerate
alembic upgrade head || alembic upgrade 1d75241f340c
alembic upgrade head || alembic upgrade ee38e6a7803e
cd src || exit
gunicorn main:app --workers 1 --worker-class uvicorn.workers.UvicornWorker --bind=0.0.0.0:"$BACK_APP_PORT" --timeout 300

0 comments on commit e107fb7

Please sign in to comment.