feat: docker production images
This commit is contained in:
7
build/erpnext-python/commands/background.py
Normal file
7
build/erpnext-python/commands/background.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import frappe
|
||||
from frappe.utils.scheduler import start_scheduler
|
||||
|
||||
print("Starting background scheduler . . .")
|
||||
start_scheduler()
|
||||
|
||||
exit(0)
|
||||
Reference in New Issue
Block a user