wrong image
This commit is contained in:
parent
36590b4f62
commit
8127f0cb08
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -4,7 +4,7 @@ printenv > /app/env
|
||||||
service cron start
|
service cron start
|
||||||
|
|
||||||
# Run your main application script (pulse.py) in the background
|
# Run your main application script (pulse.py) in the background
|
||||||
python3 /pulse.py &
|
python3 /app/pulse.py &
|
||||||
|
|
||||||
# Keep the container running and output both cron logs and pulse.py output
|
# Keep the container running and output both cron logs and pulse.py output
|
||||||
tail -f /var/log/cron.log &
|
tail -f /var/log/cron.log &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue