Skip to content

Commit 7995568

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

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)