mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Refactored code, added log and emulator skins
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user