hiddencontainer/Dockerfile
0x1a8510f2 ce6f988c20
All checks were successful
build-and-push / docker (push) Successful in 35s
chore: let there be initial files
2024-10-31 19:44:12 +01:00

7 lines
95 B
Docker

FROM alpine:3.20
RUN apk update && apk add tor
VOLUME /data
CMD ["tor", "-f", "/data/torrc"]