master
TangZhaoZhen 2023-10-18 00:24:41 +08:00
parent 041295f96d
commit 6996477706
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ EXPOSE 9300/tcp
VOLUME /home/logs/four-file
#构造 复制外部文件到docker 内部
COPY /target/four-file /home/app.jar
COPY /target/four-modules-file.jar /home/app.jar
# 工作目录 exec -it 进来就是默认这个目录
WORKDIR /home