Revert "poet not available in container"
This reverts commit d43514b388
.
This commit is contained in:
parent
2afced3a51
commit
140220498c
|
@ -90,7 +90,7 @@ fi
|
||||||
|
|
||||||
# DELETE after this runs on all necessary environments
|
# DELETE after this runs on all necessary environments
|
||||||
# TODO: make a system somewhat like schema migrations (storing versions in a db table) to handle data migrations
|
# TODO: make a system somewhat like schema migrations (storing versions in a db table) to handle data migrations
|
||||||
poetry run python ./bin/data_migrations/version_1_3.py
|
poet run python ./bin/data_migrations/version_1_3.py
|
||||||
|
|
||||||
# --worker-class is not strictly necessary, since setting threads will automatically set the worker class to gthread, but meh
|
# --worker-class is not strictly necessary, since setting threads will automatically set the worker class to gthread, but meh
|
||||||
export IS_GUNICORN="true"
|
export IS_GUNICORN="true"
|
||||||
|
|
Loading…
Reference in New Issue