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
|
||||
|
||||
# Default command to build and copy APK
|
||||
CMD chmod +x ./gradlew && \
|
||||
./gradlew assembleRelease && \
|
||||
CMD gradle assembleRelease && \
|
||||
cp app/build/outputs/apk/release/*.apk /release/
|
||||
|
Reference in New Issue
Block a user