2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-03 04:28:31 +00:00

10 lines
234 B
Bash
Raw Normal View History

#USER root
cd /home/frappe
git clone https://github.com/frappe/bench bench-repo
pip install -e bench-repo
apt-get install -y libmysqlclient-dev mariadb-client mariadb-common
chown -R frappe:frappe /home/frappe
#USER frappe
su frappe