Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fixed copying emulator config
Browse files Browse the repository at this point in the history
  • Loading branch information
tegorov committed Jun 3, 2021
1 parent c986d1f commit 4214397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN \
([ -z "$REPLACE_IMG" ] || mv /root/.android/avd/$AVD_NAME.avd/userdata.img /root/.android/avd/$AVD_NAME.avd/userdata-qemu.img ) && \
rm /opt/android-sdk-linux/system-images/$PLATFORM/$EMULATOR_IMAGE_TYPE/"$ANDROID_ABI"/userdata.img

COPY Emulator.conf /root/.config/Android\ Open\ Source\ Project/Emulator.conf
COPY ["Emulator.conf", "/root/.config/Android Open Source Project/Emulator.conf"]
COPY emulator-snapshot.sh tmp/chromedriver* *.apk /usr/bin/

# Entrypoint
Expand Down

0 comments on commit 4214397

Please sign in to comment.