Changed apk path
This commit is contained in:
parent
ac33a1f687
commit
601d58c51f
|
@ -60,7 +60,7 @@ services:
|
||||||
- 6080
|
- 6080
|
||||||
# Change path of apk that you want to test. I use sample_apk that I provide in folder "example"
|
# Change path of apk that you want to test. I use sample_apk that I provide in folder "example"
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/example/sample_apk:/opt
|
- $PWD/example/sample_apk:/root/tmp/sample_apk
|
||||||
- ./video-nexus_7.1.1:/tmp/video
|
- ./video-nexus_7.1.1:/tmp/video
|
||||||
environment:
|
environment:
|
||||||
- DEVICE=Nexus 5
|
- DEVICE=Nexus 5
|
||||||
|
|
Loading…
Reference in a new issue