添加 Dockerfile
This commit is contained in:
parent
46b54c5b7c
commit
a1f9b64e08
|
|
@ -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
|
||||||
Loading…
Reference in New Issue