From 5744a7d4394703507b5b3e48d595c0f2e850d6c0 Mon Sep 17 00:00:00 2001 From: riccardo <106812074+riccardo-gnosis@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:41:02 +0200 Subject: [PATCH] update --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee83b15..2f5ae63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,11 +32,11 @@ COPY /macros /app/macros COPY /models /app/models COPY /seeds /app/seeds +RUN chmod +x cron.sh COPY cron.sh /app/cron.sh -RUN chmod +x /app/cron.sh +RUN chmod +x forever.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