Merge pull request #205 from snikket-im/z/unhealth
Some checks failed
Tests / typecheck: mypy (push) Has been cancelled
Tests / lint: flake8 (push) Has been cancelled
Tests / lint: i18n (push) Has been cancelled
Tests / build (push) Has been cancelled

Dockerfile: Remove health check
This commit is contained in:
Matthew Wild 2025-09-28 16:56:17 +01:00 committed by GitHub
commit 2cf84bd83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,8 +42,6 @@ RUN set -eu; \
apt-get clean ; rm -rf /var/lib/apt/lists; \
rm -rf /root/.cache;
HEALTHCHECK CMD nc -zv ${SNIKKET_TWEAK_PORTAL_INTERNAL_HTTP_INTERFACE:-127.0.0.1} ${SNIKKET_TWEAK_PORTAL_INTERNAL_HTTP_PORT:-5765}
COPY --from=build /opt/snikket-web-portal/snikket_web/ /opt/snikket-web-portal/snikket_web
COPY babel.cfg /opt/snikket-web-portal/babel.cfg