diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d832285..71535c4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -25,7 +25,7 @@
-
+
@@ -199,13 +199,6 @@
1598862102028
-
- 1598862173280
-
-
-
- 1598862173280
-
1598875744348
@@ -535,7 +528,21 @@
1601280355104
-
+
+ 1601284903507
+
+
+
+ 1601284903507
+
+
+ 1601286141133
+
+
+
+ 1601286141137
+
+
@@ -555,7 +562,6 @@
-
@@ -580,7 +586,8 @@
-
+
+
@@ -609,10 +616,10 @@
-
+
-
+
@@ -678,13 +685,13 @@
-
+
-
+
diff --git a/Dockerfile b/Dockerfile
index bf63838..77e2102 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,8 +6,6 @@ FROM openjdk:14
LABEL PROJECT_NAME=${project.artifactId} \
PROJECT=${project.id}
-EXPOSE 8080
-
WORKDIR application
COPY --from=builder application/dependencies/ ./
COPY --from=builder application/spring-boot-loader/ ./
diff --git a/Jenkinsfile b/Jenkinsfile
index ff2e49a..790a007 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,11 +1,6 @@
pipeline {
agent any
stages {
- stage('build') {
- steps {
- sh "mvn clean package"
- }
- }
stage('docker-compose') {
steps {
sh "docker-compose build"