master
sikadi 2023-11-19 20:33:00 +08:00
parent 9cc8c54e1f
commit bb695cf01b
1 changed files with 1 additions and 1 deletions

View File

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