Reckless_Satoshi 90811de909 refactor env/confs
2023-09-30 08:05:27 -07:00

11 lines
174 B
Docker

FROM alpine:3
RUN apk --no-cache --no-progress add tor
EXPOSE 9001 9050
COPY entrypoint.sh /root/entrypoint.sh
COPY torrc /tmp/torrc
ENTRYPOINT [ "/root/entrypoint.sh" ]