From cbd9e23d3814179e8d6941da3e36199652e95413 Mon Sep 17 00:00:00 2001 From: InJun2 Date: Sun, 30 Jun 2024 17:36:52 +0900 Subject: [PATCH] =?UTF-8?q?docker=20jar=20=EB=94=94=EB=A0=89=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=20=EB=B3=80=EC=88=98=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- build.gradle | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc8e5cd..1faad58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM openjdk:17 -ARG JAR_FILE=bulid/libs/*.jar +ARG JAR_FILE=build/libs/*.jar COPY ${JAR_FILE} app.jar ENTRYPOINT ["java","-jar","/app.jar"] \ No newline at end of file diff --git a/build.gradle b/build.gradle index 977aad5..2f7791f 100644 --- a/build.gradle +++ b/build.gradle @@ -50,10 +50,6 @@ tasks.named('test') { useJUnitPlatform() } -tasks.named('jar') { - enabled = false -} - sourceSets { main { resources {