Using adb version inside container
This commit is contained in:
parent
80a64e82dd
commit
c8fb92e400
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue