From 40c5f3212778bfd72bcb5c1f3d7c64f23ab53658 Mon Sep 17 00:00:00 2001 From: HwanGonJang Date: Fri, 11 Aug 2023 17:22:08 +0900 Subject: [PATCH] fix: deploy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6cbbf2b..2925c51b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM openjdk:17 COPY build/libs/daitssu-api.jar / -ENTRYPOINT ["java", "-Dspring.profiles.active=dev", "-jar","/common.jar"] \ No newline at end of file +ENTRYPOINT ["java", "-Dspring.profiles.active=dev", "-jar","/daitssu-api.jar"] \ No newline at end of file