mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-03-13 01:36:54 -04: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/ && \
|
RUN mkdir -p /bin/ /config/ /data/ && \
|
||||||
rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
|
rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
|
||||||
apk update -U --no-cache && \
|
apk update -U --no-cache && \
|
||||||
apk add --no-cache tor
|
apk add --no-cache tor
|
||||||
|
|
||||||
COPY ./bin/. /usr/local/bin/
|
COPY ./bin/. /usr/local/bin/
|
||||||
COPY ./config/. /etc/
|
COPY ./config/. /etc/
|
||||||
@ -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" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user