diff --git a/Dockerfile b/Dockerfile index 2f5ae63..2ecb70e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,10 +32,7 @@ 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 forever.sh COPY forever.sh /app/forever.sh # Set environment variable to specify the DBT project path diff --git a/cron.sh b/cron.sh old mode 100644 new mode 100755 diff --git a/forever.sh b/forever.sh old mode 100644 new mode 100755