字典 开启 关闭
parent
701153736b
commit
7c8d78d6cc
|
@ -6,6 +6,6 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
|
||||||
|
|
||||||
VOLUME ["/home/logs/cloud-etl"]
|
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"]
|
ENTRYPOINT ["java","-jar"]CMD ["/home/app.jar"]
|
||||||
|
|
|
@ -7,7 +7,7 @@ nacos:
|
||||||
addr: 47.116.184.54:8848
|
addr: 47.116.184.54:8848
|
||||||
user-name: nacos
|
user-name: nacos
|
||||||
password: nacos
|
password: nacos
|
||||||
namespace: cloud-2112
|
namespace: text
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue