Skip to content

Commit b0131b2

Browse files
authored
Update Dockerfile
1 parent ac4f437 commit b0131b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN [ -d $ANDROID_LICENSES ] || mkdir $ANDROID_LICENSES \
4949
########################
5050
RUN mkdir -p /android/
5151
COPY content/firebase_test.sh /android/
52-
RUN chmod 777 /android/content/firebase_test.sh && chmod +x /android/content/firebase_test.sh
52+
RUN chmod 777 /android/firebase_test.sh && chmod +x /android/firebase_test.sh
5353

5454
########################
5555
# COPY ANDROID APP SRC

0 commit comments

Comments
 (0)