初始化

master
晨哀 2024-07-29 21:20:33 +08:00
parent 61bbe61f0e
commit 4dddbffad7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN ln -snf /usr/share/zoneinfo/$Tz /etc/localtime && echo '$TZ' > /etc/timezone
#挂载工作目录 #挂载工作目录
VOLUME ["/home/logs/cloud-modules-system"] VOLUME ["/home/logs/cloud-modules-system"]
#拷贝执行jar包 #拷贝执行jar包
COPY ./target/cloud-modules-system.jar /home/app.jar COPY ./target/cloud-modules-system.jar /home/app.jar