dont user wrapper when building

This commit is contained in:
Naman Dwivedi 2019-04-07 12:06:31 +05:30
parent 50403ab155
commit 08441de54a
3 changed files with 4 additions and 1 deletions

View File

@ -45,3 +45,4 @@ RUN sdkmanager 'extras;google;google_play_services'
COPY . /app
WORKDIR /app
USER root

View File

@ -2,4 +2,6 @@ app:
build:
context: .
dockerfile: Dockerfile
volumes:
- .
cached: true

View File

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