From fbb81b0af2eeda8bcb29e020913ade0dbc37e011 Mon Sep 17 00:00:00 2001 From: koalasat Date: Wed, 24 Jul 2024 17:18:24 +0200 Subject: [PATCH] Fix unmutable conf 2 --- compose/strfry/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/strfry/Dockerfile b/compose/strfry/Dockerfile index 7cdebe1..c7c606a 100644 --- a/compose/strfry/Dockerfile +++ b/compose/strfry/Dockerfile @@ -5,6 +5,7 @@ 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 +COPY crontab /app/crontab COPY entrypoint.sh /etc/strfry/entrypoint.sh RUN chmod +x /etc/strfry/entrypoint.sh