Skip to content

Commit 66994ba

Browse files
committed
proper jar used
1 parent 074e32f commit 66994ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM bellsoft/liberica-openjdk-alpine:23
2-
COPY ./build/libs/*.jar app.jar
2+
COPY ./build/libs/merlin.jar app.jar
33
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-Xmx180M", "-Xss256k", "-jar", "/app.jar"]

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
application
3+
id("org.springframework.boot") version "3.3.2"
34
}
45

56
application {

0 commit comments

Comments
 (0)