From ae18acdb905049fb1d4c4253c361e837d2086b4c Mon Sep 17 00:00:00 2001 From: koalasat Date: Wed, 24 Jul 2024 17:08:28 +0200 Subject: [PATCH] Fix unmutable conf --- docker/strfry/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/strfry/Dockerfile b/docker/strfry/Dockerfile index ef70fccd..7cdebe1f 100644 --- a/docker/strfry/Dockerfile +++ b/docker/strfry/Dockerfile @@ -5,8 +5,6 @@ RUN apk add --no-cache dcron torsocks RUN echo "TorAddress 127.0.0.1" >> /etc/tor/torsocks.conf RUN echo "TorPort 9050" >> /etc/tor/torsocks.conf -ADD . /app - COPY entrypoint.sh /etc/strfry/entrypoint.sh RUN chmod +x /etc/strfry/entrypoint.sh