Skip to content

Commit a4c3261

Browse files
committed
updated build work flow
1 parent 3f93d42 commit a4c3261

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
@@ -12,5 +12,5 @@ LABEL authors="divjazz, zipdemon"
1212

1313
FROM gcr.io/distroless/java17 as FINAL
1414
WORKDIR /app
15-
COPY --from=BUILDER /app/target/app-0.0.1-SNAPSHOT.jar ./run/
15+
COPY --from=BUILDER ./app/target/app-0.0.1-SNAPSHOT.jar ./run/
1616
ENTRYPOINT ["java", "-jar", "./run/app-0.0.1-SNAPSHOT.jar"]

0 commit comments

Comments
 (0)