We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b108511 commit ac4f437Copy full SHA for ac4f437
1 file changed
Dockerfile
@@ -49,6 +49,7 @@ RUN [ -d $ANDROID_LICENSES ] || mkdir $ANDROID_LICENSES \
49
########################
50
RUN mkdir -p /android/
51
COPY content/firebase_test.sh /android/
52
+RUN chmod 777 /android/content/firebase_test.sh && chmod +x /android/content/firebase_test.sh
53
54
55
# COPY ANDROID APP SRC
0 commit comments