🗃️ 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

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