Fix unmutable conf

This commit is contained in:
koalasat 2024-07-24 17:08:28 +02:00
parent ae4502903c
commit ae18acdb90
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -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