mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-28 15:27:46 +00:00
Updated base image
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ def cli():
|
||||
|
||||
def start_appium() -> None:
|
||||
if convert_str_to_bool(os.getenv(ENV.APPIUM)):
|
||||
cmd = f"/usr/bin/appium"
|
||||
cmd = f"/usr/local/bin/appium"
|
||||
app_appium = Application("Appium", cmd,
|
||||
os.getenv(ENV.APPIUM_ADDITIONAL_ARGS, ""), False)
|
||||
app_appium.start()
|
||||
|
||||
Reference in New Issue
Block a user