separate TOR configuration

This commit is contained in:
Jesús
2021-07-28 22:25:46 -05:00
parent c826d1c7b5
commit 89a254cd79
3 changed files with 26 additions and 26 deletions

View File

@@ -27,7 +27,9 @@ RUN apk del build-base patch python3-dev
EXPOSE 8080
COPY entrypoint-tor.sh /
COPY entrypoint.sh /
RUN chmod u+x /entrypoint-tor.sh
RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]