diff --git a/Dockerfile b/Dockerfile index 5ab00d3..382cbd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk apk -v add tor@edge curl && \ rm -rf /var/cache/apk/* RUN tor --version -ADD torrc /etc/tor/ +COPY torrc /etc/tor/ HEALTHCHECK --timeout=10s --start-period=60s \ CMD curl --fail --socks5-hostname localhost:9150 -I -L 'https://cdnjs.com/' || exit 1