diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 0b09796..67b3cc6 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -195,4 +195,6 @@ RUN chmod -R +x /root/src && chmod +x /root/supervisord.conf HEALTHCHECK --interval=2s --timeout=40s --retries=1 \ CMD timeout 40 adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done' +RUN ln -s /root/emulator/emulator /usr/bin/ + CMD /usr/bin/supervisord --configuration supervisord.conf