mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 13:56:52 +00:00
dont user wrapper when building
This commit is contained in:
parent
50403ab155
commit
08441de54a
@ -45,3 +45,4 @@ RUN sdkmanager 'extras;google;google_play_services'
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
USER root
|
||||
@ -2,4 +2,6 @@ app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- .
|
||||
cached: true
|
||||
@ -1,3 +1,3 @@
|
||||
- name: build
|
||||
service: app
|
||||
command: ./gradlew build --stacktrace
|
||||
command: gradle build --stacktrace
|
||||
Loading…
Reference in New Issue
Block a user