From 857c8fde1fa666017f94a4a42e5581993660fb56 Mon Sep 17 00:00:00 2001 From: cypsyco Date: Tue, 23 Jan 2024 00:25:08 +0900 Subject: [PATCH] github actions test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1518563..5e64944 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM eclipse-temurin:17-jdk-alpine WORKDIR /app -COPY target/springboot-example.jar springboot-example.jar +COPY build/libs/*.jar springboot-example.jar EXPOSE 8080 CMD ["java", "-jar", "springboot-example.jar"] \ No newline at end of file