初始化规则引擎

master
Qin Dong Ming 2024-08-22 14:23:58 +08:00
parent afb972a5ae
commit 1c0ba356b3
1 changed files with 2 additions and 2 deletions

View File

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