diff --git a/Dockerfile b/Dockerfile
index 4d674b0..e0c36cb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
diff --git a/february-file-common/pom.xml b/february-file-common/pom.xml
index 5f7866a..cda8c2c 100644
--- a/february-file-common/pom.xml
+++ b/february-file-common/pom.xml
@@ -5,9 +5,8 @@
4.0.0
com.february
- february-modules
+ february-modules-file
3.6.3
- ../../pom.xml
february-file-common
diff --git a/february-file-remote/pom.xml b/february-file-remote/pom.xml
index 6b883f6..5238feb 100644
--- a/february-file-remote/pom.xml
+++ b/february-file-remote/pom.xml
@@ -5,9 +5,8 @@
4.0.0
com.february
- february-modules
+ february-modules-file
3.6.3
- ../../pom.xml
february-file-remote
diff --git a/february-file-server/pom.xml b/february-file-server/pom.xml
index d2a6df2..7d4b9e1 100644
--- a/february-file-server/pom.xml
+++ b/february-file-server/pom.xml
@@ -5,13 +5,13 @@
4.0.0
com.february
- february-modules
+ february-modules-file
3.6.3
- pom.xml
february-file-server
+
20
20
diff --git a/pom.xml b/pom.xml
index fc9fdfc..5a8283d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,14 @@
3.6.3
february-modules-file
+ pom
+
+
+ february-file-server
+ february-file-remote
+ february-file-common
+
+
february-modules-file文件服务