🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-07 18:48:24 -04:00
parent 7e5bea6b90
commit 6888f293f6
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -49,5 +49,5 @@ EXPOSE $PORT
COPY --from=build /. / COPY --from=build /. /
ENTRYPOINT [ "tini", "--" ] 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" ] CMD [ "/usr/local/bin/entrypoint-tor.sh" ]