From 1e83006c13f7f76f207d175ebcbdf29686c03d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=8E=89=E5=9D=A1?= Date: Fri, 1 Nov 2019 22:40:24 +0800 Subject: [PATCH] =?UTF-8?q?U=20-=20=E6=9B=B4=E6=96=B0Dockefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Dockerfile/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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