Removed ATD and cleaned up the code because of ANDROID_HOME

This commit is contained in:
budtmo
2022-08-19 20:33:19 +02:00
parent 3ea820cd99
commit d436eb36c1
6 changed files with 7 additions and 25 deletions
+1 -1
View File
@@ -168,5 +168,5 @@ EXPOSE 4723 6080 5555
COPY src /root/src
COPY supervisord.conf /root/
RUN chmod -R +x /root/src && chmod +x /root/supervisord.conf /root/geny_start.sh
RUN gmsaas config set android-sdk-path /root
RUN gmsaas config set android-sdk-path ${ANDROID_HOME}
CMD ["./geny_start.sh"]