diff --git a/docker/api/entrypoint.sh b/docker/api/entrypoint.sh index a7c1aa9..65b7e68 100644 --- a/docker/api/entrypoint.sh +++ b/docker/api/entrypoint.sh @@ -1,3 +1,5 @@ cd /api -python3 start.py & -#nginx -g daemon off \ No newline at end of file +{ + python3 start.py + nginx -s reload +} &