frappe_docker/images/worker/install-app.sh
2022-12-10 12:17:47 +05:30

11 lines
130 B
Bash
Executable file

#!/bin/bash
set -e
set -x
APP=$1
cd /home/frappe/frappe-bench
env/bin/pip install -e "apps/$APP"
echo "$APP" >>sites/apps.txt