1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-13 13:28:30 +02:00

Disable healthcheck, doen't work in versioned env

This commit is contained in:
Tim Möhlmann 2018-12-16 22:31:13 +02:00
parent 3655c7c902
commit db9a3787b1
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

View File

@ -16,5 +16,3 @@ COPY static ./static
EXPOSE 80/tcp
CMD gunicorn -w 4 -b :80 --access-logfile - --error-logfile - --preload main:app
HEALTHCHECK CMD curl -f -L http://localhost/master/ || exit 1