refactor: rename images

erpnext-assets - ERPNext nginx config + static assets
erpnext-worker - ERPNext python environment
frappe-assets - Frappe nginx config + static assets
frappe-worker - Frappe python environment
frappe-socketio - Frappe socketio process common for apps
This commit is contained in:
Revant Nandgaonkar
2020-02-17 20:35:50 +05:30
parent aeadd23214
commit e1e1c6b6f9
34 changed files with 824 additions and 7 deletions

View File

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