From 6888f293f6f5e39b871443c79b0a3108a6221acb Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 7 Oct 2022 18:48:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a53746..5560e1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV SHELL=/bin/bash \ RUN mkdir -p /bin/ /config/ /data/ && \ rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \ apk update -U --no-cache && \ - apk add --no-cache tor + apk add --no-cache tor COPY ./bin/. /usr/local/bin/ COPY ./config/. /etc/ @@ -49,5 +49,5 @@ EXPOSE $PORT COPY --from=build /. / ENTRYPOINT [ "tini", "--" ] -HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-tor.sh", "healthcheck" ] +HEALTHCHECK --interval=15s --timeout=3s CMD [ "/usr/local/bin/entrypoint-tor.sh", "healthcheck" ] CMD [ "/usr/local/bin/entrypoint-tor.sh" ]