修改DokcerFile2
parent
a16f5e1959
commit
bff97a4c4f
|
@ -7,7 +7,7 @@ EXPOSE 9300
|
|||
VOLUME /home/logs/february-file
|
||||
|
||||
# 构建复制外部文件到dcoker内部
|
||||
COPY february-file-server/target/february-file-server.jar /home/app.jar
|
||||
COPY /february-file-server/target/february-file-server.jar /home/app.jar
|
||||
|
||||
# 工作目录 exec -it 进来就是默认这个目录
|
||||
WORKDIR /home
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.february</groupId>
|
||||
<artifactId>february-modules</artifactId>
|
||||
<artifactId>february-modules-file</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>february-file-common</artifactId>
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.february</groupId>
|
||||
<artifactId>february-modules</artifactId>
|
||||
<artifactId>february-modules-file</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>february-file-remote</artifactId>
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.february</groupId>
|
||||
<artifactId>february-modules</artifactId>
|
||||
<artifactId>february-modules-file</artifactId>
|
||||
<version>3.6.3</version>
|
||||
<relativePath>pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>february-file-server</artifactId>
|
||||
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>20</maven.compiler.source>
|
||||
<maven.compiler.target>20</maven.compiler.target>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -11,6 +11,14 @@
|
|||
<version>3.6.3</version>
|
||||
<artifactId>february-modules-file</artifactId>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>february-file-server</module>
|
||||
<module>february-file-remote</module>
|
||||
<module>february-file-common</module>
|
||||
</modules>
|
||||
|
||||
<description>
|
||||
february-modules-file文件服务
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue