Skip to content

Commit 02848d1

Browse files
authored
Update Dockerfile
1 parent ebb315b commit 02848d1

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)