Skip to content

Commit

Permalink
update with exec permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Oct 1, 2024
1 parent eedd3f7 commit 1128ae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1128ae8

Please sign in to comment.