添加 Dockerfiles/Dockerfile-Test

This commit is contained in:
tiananlin 2025-12-15 15:23:09 +08:00
parent 8516dfe313
commit 926a0255a3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
FROM registry-vpc.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jdk21
WORKDIR /app
COPY . .
RUN chmod +x gradlew
RUN ./gradlew library:publishDebugPublicationToDebugRepoRepository --info