更新 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
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x gradlew
|
RUN chmod +x gradlew && \
|
||||||
RUN ./gradlew library:publishDebugPublicationToDebugRepoRepository
|
./gradlew library:publishDebugPublicationToDebugRepoRepository && \
|
||||||
RUN ./gradlew library:publishReleasePublicationToReleaseRepoRepository
|
./gradlew library:publishReleasePublicationToReleaseRepoRepository
|
||||||
Loading…
Reference in New Issue