Refactored code, added log and emulator skins

This commit is contained in:
butomo1989
2017-02-27 14:53:48 +01:00
parent 87ed3c6a1f
commit 30b2205987
130 changed files with 1303 additions and 264 deletions
+7 -2
View File
@@ -99,11 +99,16 @@ EXPOSE 6080
#==================
# Add Browser APKs
#==================
COPY example/browser_apk /root/browser_apk
COPY browser_apk /root/browser_apk
#====================
# Add Emulator Skins
#====================
COPY skins /root/skins
#===================
# Run docker-appium
#===================
COPY supervisord.conf /root/
COPY service /root/service
COPY src /root/src
CMD /usr/bin/supervisord --configuration supervisord.conf