Using adb version inside container

This commit is contained in:
butomo1989 2018-06-26 22:53:34 +02:00
parent 80a64e82dd
commit c8fb92e400

View file

@ -121,4 +121,5 @@ EXPOSE 4723 6080 5555
COPY src /root/src COPY src /root/src
COPY supervisord.conf /root/ COPY supervisord.conf /root/
RUN chmod -R +x /root/src && chmod +x /root/supervisord.conf /root/geny_start.sh RUN chmod -R +x /root/src && chmod +x /root/supervisord.conf /root/geny_start.sh
RUN gmtool --cloud config use_custom_sdk=on sdk_path=/root
CMD ["./geny_start.sh"] CMD ["./geny_start.sh"]