mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 07:05:08 +00:00
testing erpnext install
This commit is contained in:
parent
7c51ae9ae0
commit
0db110f8ed
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ services:
|
||||||
install:
|
install:
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
- ./dbench init -d
|
- ./dbench init -e
|
||||||
- pip install --upgrade virtualenv
|
- pip install --upgrade virtualenv
|
||||||
- virtualenv -p python3 testenv
|
- virtualenv -p python3 testenv
|
||||||
- source testenv/bin/activate
|
- source testenv/bin/activate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue