From dd35a3e69f3697de819154f6a8ed27973cc505d3 Mon Sep 17 00:00:00 2001 From: koalasat Date: Wed, 24 Jul 2024 19:27:44 +0200 Subject: [PATCH] executable sync --- docker/strfry/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/strfry/Dockerfile b/docker/strfry/Dockerfile index dd0612a8..83f8760a 100644 --- a/docker/strfry/Dockerfile +++ b/docker/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"]