mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 09:13:28 +00:00
Fix unmutable conf 2
This commit is contained in:
@ -5,6 +5,7 @@ RUN apk add --no-cache dcron torsocks
|
|||||||
RUN echo "TorAddress 127.0.0.1" >> /etc/tor/torsocks.conf
|
RUN echo "TorAddress 127.0.0.1" >> /etc/tor/torsocks.conf
|
||||||
RUN echo "TorPort 9050" >> /etc/tor/torsocks.conf
|
RUN echo "TorPort 9050" >> /etc/tor/torsocks.conf
|
||||||
|
|
||||||
|
COPY crontab /app/crontab
|
||||||
COPY entrypoint.sh /etc/strfry/entrypoint.sh
|
COPY entrypoint.sh /etc/strfry/entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /etc/strfry/entrypoint.sh
|
RUN chmod +x /etc/strfry/entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user