We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4f437 commit b0131b2Copy full SHA for b0131b2
1 file changed
Dockerfile
@@ -49,7 +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
+RUN chmod 777 /android/firebase_test.sh && chmod +x /android/firebase_test.sh
53
54
55
# COPY ANDROID APP SRC
0 commit comments