Compare commits

..

2 Commits

Author SHA1 Message Date
tiananlin 0391c73916 Merge pull request '添加 Dockerfile' (#2) from tiananlin-patch-1 into master
Reviewed-on: #2
2025-12-15 16:28:29 +08:00
tiananlin a1f9b64e08 添加 Dockerfile 2025-12-15 16:28:23 +08:00
1 changed files with 6 additions and 0 deletions

6
Dockerfile Normal file
View File

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