更新 Dockerfiles/Dockerfile-Test

This commit is contained in:
tiananlin 2025-12-15 16:11:23 +08:00
parent cebbdee6fd
commit f686337b94
1 changed files with 1 additions and 1 deletions

View File

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