Skip to content

Commit 4a043cf

Browse files
authored
Merge pull request #72 from januschung/januschung-patch-1
Update Dockerfile
2 parents ebb315b + 02848d1 commit 4a043cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM amazoncorretto:17-alpine3.21
2-
COPY *.jar app.jar
2+
COPY target/*.jar app.jar
33
EXPOSE 8080
44
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 commit comments

Comments
 (0)