diff --git a/packages/health-check/Dockerfile b/packages/health-check/Dockerfile index f33ac302..0f534080 100644 --- a/packages/health-check/Dockerfile +++ b/packages/health-check/Dockerfile @@ -12,4 +12,4 @@ RUN echo '* * * * * /usr/app/cli/run extended > /dev/stdout' >> /etc/crontabs/ro EXPOSE 3100 ENV NODE_ENV production -CMD [ "sh", "-c", "crond -l 2 -f ; node --max-http-header-size=64000 src/index.js" ] +CMD [ "sh", "-c", "crond ; node --max-http-header-size=64000 src/index.js" ]