mirror of
https://github.com/snikket-im/snikket-web-portal.git
synced 2025-10-26 11:18:22 +00:00
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:
parent
4d9a07ea91
commit
20752d2621
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user