From 5c68e5817e72ee1aec6418c96f0afe115aee9f15 Mon Sep 17 00:00:00 2001 From: burnettk Date: Wed, 19 Jul 2023 11:43:51 -0400 Subject: [PATCH] Revert "poet not available in container" This reverts commit c4c87855c949bc3b72729dc97e3a2b4fb43b8e9f. --- spiffworkflow-backend/bin/boot_server_in_docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiffworkflow-backend/bin/boot_server_in_docker b/spiffworkflow-backend/bin/boot_server_in_docker index 2e5c0444..ad989142 100755 --- a/spiffworkflow-backend/bin/boot_server_in_docker +++ b/spiffworkflow-backend/bin/boot_server_in_docker @@ -90,7 +90,7 @@ fi # 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 -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 export IS_GUNICORN="true"