fix: enable installing docker/requirements-local.txt in docker-compose-non-dev.yml (#13926)

This commit is contained in:
ʈᵃᵢ
2021-04-02 18:06:30 -07:00
committed by GitHub
parent e829aa52eb
commit 541d23bbd1
2 changed files with 5 additions and 0 deletions

View File

@@ -45,4 +45,7 @@ elif [[ "${1}" == "beat" ]]; then
elif [[ "${1}" == "app" ]]; then
echo "Starting web app..."
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0
elif [[ "${1}" == "app-gunicorn" ]]; then
echo "Starting web app..."
/app/docker/docker-entrypoint.sh
fi