From a1f9b64e08791086c1992f5166b90b93c35d97f9 Mon Sep 17 00:00:00 2001 From: tiananlin Date: Mon, 15 Dec 2025 16:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d7323ba --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM registry-vpc.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jdk21 +WORKDIR /app +COPY . . +RUN chmod +x gradlew +RUN ./gradlew library:publishDebugPublicationToDebugRepoRepository +RUN ./gradlew library:publishReleasePublicationToReleaseRepoRepository \ No newline at end of file