diff --git a/compose/strfry/Dockerfile b/compose/strfry/Dockerfile index dd0612a..83f8760 100644 --- a/compose/strfry/Dockerfile +++ b/compose/strfry/Dockerfile @@ -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"]