master
zhang chengzhi 2024-09-05 12:20:25 +08:00
parent 9f1529d065
commit 183abc93d8
60 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ VOLUME ["/home/logs/cloud-etl-rule"]
#拷贝执行jar包
COPY ./cloud-rule-server/target/cloud-etl-rule.jar /home/app.jar
#拷贝规则引擎需要引入的包
COPY ./cloud-rule-server/target/classes/com/muyu/rule/server/basic/abstracts/DataEngineValueActuator.class /home/lib/
COPY ./cloud-rule-common/target/classes/com/muyu/rule/common/domain/DataValue.class /home/lib/
COPY ./lib /home/lib
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.