executable sync

This commit is contained in:
koalasat
2024-07-24 19:27:50 +02:00
parent 3695d0956e
commit d8091f53b8

View File

@ -13,5 +13,6 @@ COPY sync.sh /etc/strfry/sync.sh
COPY entrypoint.sh /etc/strfry/entrypoint.sh
RUN chmod +x /etc/strfry/entrypoint.sh
RUN chmod +x /etc/strfry/sync.sh
ENTRYPOINT ["/etc/strfry/entrypoint.sh"]