This commit is contained in:
2025-07-11 22:55:05 +05:00
parent c095cdb623
commit d41e78ee40

View File

@@ -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/