2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 10:38:58 +00:00
Former-commit-id: 3d081fb054
This commit is contained in:
vishalseshagiri 2017-08-02 17:59:39 +05:30
parent 372940696e
commit 01a56f6a77

View File

@ -17,7 +17,7 @@ install:
- docker exec -i frappe bash -c "bench get-app erpnext https://github.com/frappe/erpnext"
- docker exec -i frappe bash -c "bench --site site1.local install-app erpnext"
- docker exec -i -u root frappe bash -c "echo 127.0.0.1 site1.local >> /etc/hosts"
- echo 127.0.0.1 site1.local >> /etc/hosts
- sudo echo 127.0.0.1 site1.local >> /etc/hosts
- docker exec -id frappe bash -c "bench start"
script: