dockerfile fix

This commit is contained in:
2024-11-03 14:46:25 +03:00
parent 30dccfe188
commit 23c504dee9

View File

@@ -6,7 +6,7 @@ FROM alpine
RUN apk --no-cache add tor
# Copy config
COPY ./torrc /etc/tor/torrc
COPY ./docker/torrc /etc/tor/torrc
CMD chmod 700 /var/lib/tor/hidden-service ;\
chown -R tor /var/lib/tor/hidden-service;\