fix: accept args for bench commands

This commit is contained in:
Revant Nandgaonkar
2020-08-30 00:06:56 +05:30
parent 358e1ca7c9
commit e9080d3952
5 changed files with 22 additions and 9 deletions

View File

@@ -413,4 +413,5 @@ echo -e "\e[1m\e[4mCheck bench --help\e[0m"
docker run \
-v frappebench00_sites-vol:/home/frappe/frappe-bench/sites \
--network frappebench00_default \
--user frappe \
frappe/erpnext-worker:edge bench --help

View File

@@ -23,7 +23,6 @@ services:
erpnext-nginx:
image: frappe/erpnext-nginx:edge
restart: on-failure
environment:
- FRAPPE_PY=erpnext-python
- FRAPPE_PY_PORT=8000