fix: add execute permission to mvnw script in Docker build
This commit is contained in:
parent
90155a696a
commit
b285211b6c
@ -9,6 +9,9 @@ COPY pom.xml .
|
||||
COPY .mvn .mvn
|
||||
COPY mvnw .
|
||||
|
||||
# 给mvnw脚本添加执行权限
|
||||
RUN chmod +x ./mvnw
|
||||
|
||||
# 下载依赖(利用Docker缓存层)
|
||||
RUN ./mvnw dependency:go-offline -B
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user