diff options
Diffstat (limited to 'mod2/auth-service/Dockerfile')
-rw-r--r-- | mod2/auth-service/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod2/auth-service/Dockerfile b/mod2/auth-service/Dockerfile index aa8707f..b125fc0 100644 --- a/mod2/auth-service/Dockerfile +++ b/mod2/auth-service/Dockerfile @@ -11,4 +11,4 @@ COPY ${PROJECT_BUILD_DIR_NAME}/${FINAL_JAR} . ENTRYPOINT ["java", \ "-Djava.security.egd=file:/dev/./urandom", \ - "-jar", "auth-service-1.0.0-SNAPSHOT.jar"]
\ No newline at end of file + "-jar", "mod-auth-service.jar"]
\ No newline at end of file |