Dockerfile: Remove erroneous character from ENDPOINT

Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
This commit is contained in:
Matthew Cengia
2023-03-19 17:30:25 +11:00
parent 497751cf27
commit 413b1cd0f3

View File

@@ -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