mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 02:26:43 +01:00
Dockerfile: Remove erroneous character from ENDPOINT
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user