修改dockerfile

master
Cui YongXing 2024-08-22 15:38:11 +08:00
parent 08d07c4c69
commit f7121e13f3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-etl"]
#拷贝执行jar报
COPY ./cloud-task-server/target/cloud-etl.jar /home/app.jar
COPY ./cloud-task-server/target/cloud-etl-task.jar /home/app.jar
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9734
port: 11000
# nacos线上地址
nacos: