copy add data

This commit is contained in:
Naman Dwivedi 2019-04-07 11:13:58 +05:30
parent 929f19f567
commit 50403ab155
2 changed files with 4 additions and 1 deletions

View File

@ -42,3 +42,6 @@ RUN sdkmanager 'build-tools;27.0.3'
RUN sdkmanager 'extras;google;m2repository'
RUN sdkmanager 'extras;android;m2repository'
RUN sdkmanager 'extras;google;google_play_services'
COPY . /app
WORKDIR /app

View File

@ -1,3 +1,3 @@
- name: build
service: app
command: gradlew build --stacktrace
command: ./gradlew build --stacktrace