executable sync

This commit is contained in:
koalasat 2024-07-24 19:27:44 +02:00
parent e3e530c08b
commit dd35a3e69f
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

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"]