修改DokcerFile2

master
ZhangXushuo 2023-10-31 19:45:24 +08:00
parent a16f5e1959
commit bff97a4c4f
5 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>