no chmod
This commit is contained in:
@@ -35,6 +35,5 @@ RUN wget -q https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-b
|
|||||||
WORKDIR /source
|
WORKDIR /source
|
||||||
|
|
||||||
# Default command to build and copy APK
|
# Default command to build and copy APK
|
||||||
CMD chmod +x ./gradlew && \
|
CMD gradle assembleRelease && \
|
||||||
./gradlew assembleRelease && \
|
|
||||||
cp app/build/outputs/apk/release/*.apk /release/
|
cp app/build/outputs/apk/release/*.apk /release/
|
||||||
|
|||||||
Reference in New Issue
Block a user