mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 00:34:29 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
7e5bea6b90
commit
6888f293f6
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user