diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ed29875..b5483e5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,7 +22,9 @@
-
+
+
+
@@ -517,7 +519,14 @@
1601278297201
-
+
+ 1601279502668
+
+
+
+ 1601279502668
+
+
@@ -537,7 +546,6 @@
-
@@ -562,7 +570,8 @@
-
+
+
@@ -660,13 +669,13 @@
-
+
-
+
diff --git a/Dockerfile b/Dockerfile
index ccf893e..f0d0c7d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,4 +14,4 @@ COPY --from=builder application/dependencies/ ./
COPY --from=builder application/spring-boot-loader/ ./
COPY --from=builder application/snapshot-dependencies/ ./
COPY --from=builder application/application/ ./
-ENTRYPOINT["java", "-Djava.security.cgd=file:/dev/./urandom", "org.springframework.boot.loader.JarLauncher"]
+ENTRYPOINT ["java", "-Djava.security.cgd=file:/dev/./urandom", "org.springframework.boot.loader.JarLauncher"]