Skip to content

Commit b108511

Browse files
authored
Update Dockerfile
1 parent c47c953 commit b108511

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ RUN [ -d $ANDROID_LICENSES ] || mkdir $ANDROID_LICENSES \
4444
&& [ -f $ANDROID_LICENSES/android-sdk-preview-license ] || echo 84831b9409646a918e30573bab4c9c91346d8abd > $ANDROID_LICENSES/android-sdk-preview-license \
4545
&& [ -f $ANDROID_LICENSES/intel-android-extra-license ] || echo d975f751698a77b662f1254ddbeed3901e976f5a > $ANDROID_LICENSES/intel-android-extra-license
4646

47+
########################
48+
# FIREBASE
49+
########################
50+
RUN mkdir -p /android/
51+
COPY content/firebase_test.sh /android/
52+
4753
########################
4854
# COPY ANDROID APP SRC
4955
########################

0 commit comments

Comments
 (0)