feat: install client apps using script (#992)

* feat: install client apps using script

* chore: ignore shellcheck pre-commit
This commit is contained in:
Smit Vora
2022-11-03 12:59:11 +05:30
committed by GitHub
parent 2a334a2724
commit 01bd8f6bb2
5 changed files with 214 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ services:
- SHELL=/bin/bash
volumes:
- ..:/workspace:cached
# Enable if you require git cloning
# - ${HOME}/.ssh:/home/frappe/.ssh
working_dir: /workspace/development
ports:
- 8000-8005:8000-8005