From ac33a1f6878fec62f2aa37c5aece1ce44a514d6a Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 28 Jun 2018 00:47:49 +0200 Subject: [PATCH] Changed apk path --- genymotion/example/geny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genymotion/example/geny.yml b/genymotion/example/geny.yml index 08bcab2..134fd6f 100755 --- a/genymotion/example/geny.yml +++ b/genymotion/example/geny.yml @@ -19,7 +19,7 @@ services: - 6080:6080 - 4723:4723 volumes: - - $PWD/sample_apk:/opt + - $PWD/sample_apk:/root/tmp/sample_apk - $PWD/sample_devices:/root/tmp environment: - GENY_TEMPLATE=/root/tmp/devices.json