添加 Dockerfiles/Dockerfile-Prod
This commit is contained in:
parent
58e6aff497
commit
cebbdee6fd
|
|
@ -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:publishReleasePublicationToReleaseRepoRepository
|
||||
Loading…
Reference in New Issue