更新 Dockerfile
This commit is contained in:
parent
e3f245d9f4
commit
4646c7ee83
|
|
@ -1,6 +1,6 @@
|
|||
FROM registry-vpc.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jdk21
|
||||
FROM registry.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
|
||||
RUN chmod +x gradlew && \
|
||||
./gradlew library:publishDebugPublicationToDebugRepoRepository && \
|
||||
./gradlew library:publishReleasePublicationToReleaseRepoRepository
|
||||
Loading…
Reference in New Issue