mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
11 lines
130 B
Bash
Executable file
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
|