Skip to content

Commit

Permalink
Merge pull request #157 from testwill/Dockerfile
Browse files Browse the repository at this point in the history
fix: docker build yudao-module-pay-biz image fail
  • Loading branch information
YunaiV authored Jun 4, 2024
2 parents 4ca583c + f9be4f7 commit bbf7231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yudao-module-pay/yudao-module-pay-biz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM eclipse-temurin:8-jre
RUN mkdir -p /yudao-module-pay-biz-1.8.0-snapshot
WORKDIR /yudao-module-pay-biz-1.8.0-snapshot
## 将后端项目的 Jar 文件,复制到镜像中
COPY ./target/yudao-module-pay-biz-1.8.0-snapshot.jar app.jar
COPY ./target/yudao-module-pay-biz.jar app.jar

## 设置 TZ 时区
## 设置 JAVA_OPTS 环境变量,可通过 docker run -e "JAVA_OPTS=" 进行覆盖
Expand Down

0 comments on commit bbf7231

Please sign in to comment.