From 1128ae883567fb05466c042f06e1af8c761cb4b4 Mon Sep 17 00:00:00 2001 From: riccardo <106812074+riccardo-gnosis@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:34:01 +0200 Subject: [PATCH] update with exec permissions --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2ecb70e..ee83b15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,10 @@ COPY /models /app/models COPY /seeds /app/seeds COPY cron.sh /app/cron.sh +RUN chmod +x /app/cron.sh + COPY forever.sh /app/forever.sh +RUN chmod +x /app/forever.sh # Set environment variable to specify the DBT project path ENV DBT_PROJECT_PATH /app/src