🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-07 18:48:24 -04:00
parent 7e5bea6b90
commit 6888f293f6

View File

@@ -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" ]