fix healthcheck

This commit is contained in:
2025-07-29 10:09:50 +02:00
parent 4681afce99
commit edd3ee52bd

View File

@@ -18,6 +18,6 @@ COPY rootfs /
COPY --from=build /dnsproxy /app/
HEALTHCHECK --interval=30s --start-period=5s --timeout=10s \
CMD /usr/bin/host -T -p 1053 asperti.com 127.0.0.1
CMD /usr/bin/host -T -p ${PORT} asperti.com 127.0.0.1
ENTRYPOINT ["/sbin/tini", "--", "/bin/sh", "/app/entrypoint.sh"]