diff --git a/Dockerfile b/Dockerfile index 3e7696b..72d45aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ COPY ./app ./app COPY finesse-weights.json . # Use Gunicorn as the server, configuring it for the Flask app -ENTRYPOINT gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 --forwarded-allow-ips --log-level debug "*" app:app +ENTRYPOINT gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 --forwarded-allow-ips="*" --log-level debug app:app