mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-07-26 15:38:57 +08:00
feat(Dockerfile): add missing proto directory copy in build process
This commit is contained in:
@@ -2,6 +2,7 @@ FROM registry-vpc.cn-beijing.aliyuncs.com/lihongjie/maven:3-eclipse-temurin-21-j
|
||||
WORKDIR /code
|
||||
COPY pom.xml .
|
||||
COPY settings.xml .
|
||||
COPY proto ./proto
|
||||
|
||||
RUN mvn verify --fail-never --settings settings.xml && mvn dependency:resolve-plugins --settings settings.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user