diff --git a/Dockerfile b/Dockerfile index 1302ab2..ea8cf68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,6 @@ COPY ./examples/ /examples/ RUN echo "15 */12 * * * root /scripts/log-rotate.sh" >> /etc/crontab HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=3 \ - CMD wget --spider -q http://localhost:3000/ping || exit 1 + CMD wget --spider -q http://localhost/ || exit 1 ENTRYPOINT [ "/scripts/entrypoint.sh" ] \ No newline at end of file