fix: keys and variables

This commit is contained in:
D
2024-04-24 13:08:32 +03:00
parent 6828e2d2a5
commit ed475a5b33
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ RUN mkdir /root/.android/ && \
mkdir /data
# Exporting ADB keys.
#COPY keys/* /root/.android/
COPY keys/* /root/.android/
# The following layers will download the Android command-line tools
# to install the Android SDK, emulator and system images.