Skip to content

Commit

Permalink
Merge pull request #421 from muvaf/patch-1
Browse files Browse the repository at this point in the history
Disable the nested virtualization warning by default.
  • Loading branch information
budtmo committed May 3, 2024
2 parents 5002255 + f570984 commit c5cce78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/emulator
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ ENV LOG_PATH=${WORK_PATH}/logs \
WEB_LOG_PORT=9000
EXPOSE 9000
RUN mkdir -p ${LOG_PATH}
RUN mkdir -p "${WORK_PATH}/.config/Android Open Source Project" \
&& echo "[General]\nshowNestedWarning=false\n" > "${WORK_PATH}/.config/Android Open Source Project/Emulator.conf"

#=========
# Run App
Expand Down

0 comments on commit c5cce78

Please sign in to comment.