feat: make images arm64 compatible

This commit is contained in:
Revant Nandgaonkar
2021-01-05 14:47:01 +05:30
parent 77cfb50efe
commit 4f904fe3b9
5 changed files with 32 additions and 22 deletions

View File

@@ -10,8 +10,6 @@ mkdir -p /home/frappe/frappe-bench/sites/assets
cd /home/frappe/frappe-bench
echo -e "frappe\n${APP_NAME}" > /home/frappe/frappe-bench/sites/apps.txt
install_packages git python2
mkdir -p apps
cd apps
git clone --depth 1 https://github.com/frappe/frappe ${BRANCH}