master
zhang chengzhi 2024-08-22 16:48:56 +08:00
parent 7a7aec9070
commit 767bdbbf8c
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-rule"]
#拷贝执行jar报
COPY ./cloud-rule-server/target/cloud-rule.jar /home/app.jar
COPY ./cloud-rule-server/target/cloud-etl-rule.jar /home/app.jar
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]

View File

@ -94,7 +94,7 @@
</dependencies>
<build>
<finalName>cloud-etl</finalName>
<finalName>cloud-etl-rule</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>