Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Babichev <maksim.babichev95@gmail.com>
  • Loading branch information
rez1dent3 authored Mar 29, 2024
1 parent 860b58b commit 8ff7d60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM alpine:latest

EXPOSE 9050 9051 5353
RUN apk add --no-cache tor
CMD tor -f /etc/tor/torrc

0 comments on commit 8ff7d60

Please sign in to comment.