diff --git a/docs/Dockerfile/entrypoint.sh b/docs/Dockerfile/entrypoint.sh index 522c179..6df3e49 100644 --- a/docs/Dockerfile/entrypoint.sh +++ b/docs/Dockerfile/entrypoint.sh @@ -30,6 +30,6 @@ cd /spug/spug_api nginx sleep 3 if [ $REQUIRE_INIT_OPS == true ]; then - /usr/bin/python3 /scripts/init_spug.py + /usr/local/bin/python3 /scripts/init_spug.py fi gunicorn --threads=32 main:app -b 0.0.0.0:3000