mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2026-02-11 09:10:26 +00:00
Revert
This commit is contained in:
@ -7,7 +7,7 @@ RUN apt update && apt install -y --no-install-recommends \
|
|||||||
libsecp256k1-dev libzstd-dev
|
libsecp256k1-dev libzstd-dev
|
||||||
|
|
||||||
# setup app
|
# setup app
|
||||||
RUN git clone --branch 1.0.4 --single-branch https://github.com/hoytech/strfry /app
|
RUN git clone https://github.com/KoalaSat/strfry /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@ -38,6 +38,4 @@ RUN chmod +x /etc/strfry/sync.sh
|
|||||||
#Setting up logs
|
#Setting up logs
|
||||||
RUN touch /var/log/cron.log && chmod 0644 /var/log/cron.log
|
RUN touch /var/log/cron.log && chmod 0644 /var/log/cron.log
|
||||||
|
|
||||||
COPY . /app
|
|
||||||
|
|
||||||
ENTRYPOINT ["/etc/strfry/entrypoint.sh"]
|
ENTRYPOINT ["/etc/strfry/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user