aboutsummaryrefslogtreecommitdiffstats
path: root/core/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'core/Dockerfile')
-rw-r--r--core/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Dockerfile b/core/Dockerfile
index e9fd4a3..55c196d 100644
--- a/core/Dockerfile
+++ b/core/Dockerfile
@@ -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"]