Dockerfile: Remove health check

To match https://github.com/snikket-im/snikket-server/pull/266 since it
would look wrong if one service has a health check and not the other.
This commit is contained in:
Kim Alvefur 2025-09-28 15:51:30 +02:00
parent 4d9a07ea91
commit 20752d2621

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