Edited path

This commit is contained in:
butomo1989 2018-05-30 00:51:16 +02:00
parent 79f797213c
commit b5f8c28fc1

View file

@ -8,7 +8,7 @@ services:
selenium_hub: selenium_hub:
image: selenium/hub:3.12.0-americium image: selenium/hub:3.12.0-americium
ports: ports:
- "4444:4444" - 4444:4444
# There is a bug for using appium. Issue: https://github.com/butomo1989/docker-android/issues/73 # There is a bug for using appium. Issue: https://github.com/butomo1989/docker-android/issues/73
# Real devices # Real devices
@ -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:/root/tmp - $PWD/example/sample_apk:/opt
- ./video-nexus_7.1.1:/tmp/video - ./video-nexus_7.1.1:/tmp/video
environment: environment:
- DEVICE=Nexus 5 - DEVICE=Nexus 5