mirror of
https://github.com/snikket-im/snikket-web-portal.git
synced 2025-10-26 11:18:22 +00:00
Merge pull request #205 from snikket-im/z/unhealth
Dockerfile: Remove health check
This commit is contained in:
commit
2cf84bd83d
@ -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