oc_template/.dev/Procfile
2024-06-15 11:00:00 -05:00

2 lines
123 B
Plaintext
Executable File

trytond: while true; do trytond -d ${DB_NAME} --dev -v -c $SCRIPT_DIR/trytond.cfg; done
monitor: python3 $SCRIPT_DIR/dev.py