🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-02 16:46:29 -04:00
parent e8f9fecabd
commit 028b440418
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -42,7 +42,7 @@ ENV SHELL="/bin/bash" \
WORKDIR /root
VOLUME ["/root","/config","/data"]
VOLUME ["/config","/data"]
EXPOSE $PORT
@ -51,4 +51,3 @@ COPY --from=build /. /
ENTRYPOINT [ "tini", "--" ]
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-tor.sh", "healthcheck" ]
CMD [ "/usr/local/bin/entrypoint-tor.sh" ]