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

@@ -57,6 +57,7 @@ USER root
COPY build/common/commands/* /home/frappe/frappe-bench/commands/
COPY build/common/common_site_config.json.template /opt/frappe/common_site_config.json.template
COPY build/common/worker/install_app.sh /usr/local/bin/install_app
COPY build/common/worker/bench /usr/local/bin/bench
# Setup docker-entrypoint
COPY build/common/worker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh