master
parent
9e15abd273
commit
e94179fab6
|
@ -9,7 +9,7 @@ EXPOSE 10005/tcp
|
|||
VOLUME /home/logs/grail-interrogation
|
||||
|
||||
#构造 复制外部文件到docker 内部
|
||||
COPY grail-patient-interrogation-server/target/grail-patient-interrogation-server.jar /home/app.jar
|
||||
COPY /grail-patient-interrogation-server/target/grail-patient-interrogation-server.jar /home/app.jar
|
||||
|
||||
# 工作目录 exec -it 进来就是默认这个目录
|
||||
WORKDIR /home
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<groupId>com.grail</groupId>
|
||||
<artifactId>grail-patient</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>grail-patient-interrogation-common</artifactId>
|
||||
|
|
Loading…
Reference in New Issue