mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21:35 +00:00
Fix unmutable conf
This commit is contained in:
parent
ae4502903c
commit
ae18acdb90
@ -5,8 +5,6 @@ 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
|
||||||
|
|
||||||
ADD . /app
|
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user