feat: docker production images

This commit is contained in:
Revant Nandgaonkar
2020-02-10 13:30:54 +05:30
parent 305ef606ce
commit aeadd23214
27 changed files with 1031 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
import frappe
from frappe.utils.scheduler import start_scheduler
print("Starting background scheduler . . .")
start_scheduler()
exit(0)