Skip to content

Commit

Permalink
fix: hard coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 5, 2023
1 parent 429eda4 commit 9d0960a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.quick
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN apk add --update --no-cache \
tor=~"${TOR_VERSION}" && \
chmod -R g+w /app /run

# fix hard coded path for controller
RUN ln -s /usr/bin/tor /usr/local/bin/tor

# install transports
COPY --from=obfs-builder /out/obfs4proxy /usr/local/bin/.

Expand All @@ -38,4 +41,4 @@ USER 1001
# create service dir
VOLUME /run/tor/service

ENTRYPOINT ["/usr/bin/tor"]
ENTRYPOINT ["/usr/local/bin/tor"]

0 comments on commit 9d0960a

Please sign in to comment.