diff --git a/Dockerfile b/Dockerfile index 1c58f52..6bc56b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ VOLUME /etc/headscale VOLUME /data EXPOSE 5000/tcp -ENTRYPOINT ["/app/entrypoint.sh"]z +ENTRYPOINT ["/app/entrypoint.sh"] # Temporarily reduce to 1 worker CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app \ No newline at end of file