Fix tor log file getting removed (#157)

This commit is contained in:
CaliBrain
2025-04-22 11:15:15 -07:00
committed by GitHub
parent 88a95fe15e
commit 93e15cbdd0
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -131,4 +131,4 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
# Override the default command to run Tor
CMD ["/app/tor.sh"]
CMD ["/app/entrypoint.sh"]