字典 开启 关闭

master
Qin Dong Ming 2024-08-21 15:24:13 +08:00
parent 701153736b
commit 7c8d78d6cc
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-etl"]
COPY ./cloud-etl-server/target/cloud-etl.jar /home/app.jar
COPY ./target/cloud-etl.jar /home/app.jar
ENTRYPOINT ["java","-jar"]CMD ["/home/app.jar"]

View File

@ -7,7 +7,7 @@ nacos:
addr: 47.116.184.54:8848
user-name: nacos
password: nacos
namespace: cloud-2112
namespace: text
# Spring
spring: