Skip to content

Commit

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

0 comments on commit 5744a7d

Please sign in to comment.