Skip to content

Commit 547d449

Browse files
committed
fix(docker): update Dockerfile to copy JAR from the correct target directory v2
1 parent 7995568 commit 547d449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM amazoncorretto:17-al2023
22
WORKDIR /app
3-
COPY ../target/*.jar app.jar
3+
COPY target/*.jar app.jar
44
CMD ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)