Skip to content

Commit c184321

Browse files
committed
update: add cron_preview script
1 parent 5e2f07a commit c184321

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ COPY /models /app/models
3333
COPY /seeds /app/seeds
3434

3535
COPY cron.sh /app/cron.sh
36+
COPY cron_preview.sh /app/cron_preview.sh
3637
COPY forever.sh /app/forever.sh
3738

3839
# Set environment variable to specify the DBT project path

cron.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22

33
dbt run -s execution_power
44

5-
python -m http.server 8000 --directory logs & tail -f /dev/null
6-
75

86

cron_preview.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
dbt run -s execution_power
4+
5+
6+

0 commit comments

Comments
 (0)