diff --git a/Dockerfile b/Dockerfile
index 9cfa486..093d9d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ COPY . /app
WORKDIR /app
-COPY bpms-sso/target/bpms-sso-0.0.1-SNAPSHOT.jar /app/app.jar
+COPY target/bpms-sso-0.0.1-SNAPSHOT.jar /app/app.jar
RUN chmod +x /app/app.jar
diff --git a/pom.xml b/pom.xml
index 1f5f934..76e2db5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,6 @@
${spring-boot.version}
com.ngskcloud.BpmsSsoApplication
- true