parent
a6e40325de
commit
8906d40606
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Start de cron-demon
|
||||||
|
cron
|
||||||
|
|
||||||
|
# Start het Python-script currentprice.py
|
||||||
|
python /app/currentprice.py &
|
||||||
|
|
||||||
|
# Wacht voor altijd zodat de container draaiende blijft
|
||||||
|
tail -f /dev/null
|
||||||
Loading…
Reference in new issue