From c9c15ebc8d3c12c4f9c5f92cf6cf3609526b1496 Mon Sep 17 00:00:00 2001 From: Hyeokjin Kim <80228712+gurwls0122@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:41:34 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20bf0ca..b8ed59c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ ARG JAR_FILE=build/libs/*.jar COPY ${JAR_FILE} app.jar # Define the entry point for the application -ENTRYPOINT ["java", "-jar", "/app.jar"] \ No newline at end of file +ENTRYPOINT ["java", "-jar", "*.jar"]