Merge pull request #14 from KoalaSat/use-nostr-as-cache-system

executable sync
This commit is contained in:
KoalaSat
2024-07-24 17:28:38 +00:00
committed by GitHub

View File

@ -13,5 +13,6 @@ COPY sync.sh /etc/strfry/sync.sh
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
RUN chmod +x /etc/strfry/sync.sh
ENTRYPOINT ["/etc/strfry/entrypoint.sh"] ENTRYPOINT ["/etc/strfry/entrypoint.sh"]