Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Sep 5, 2023
1 parent d6e878e commit 37218cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ FROM container-registry.oracle.com/os/oraclelinux:8-slim
EXPOSE 8080

# Copy the native executable into the containers
COPY --from=builder /build/target/benchmark-jibber app
COPY --from=builder /build/target/dubbo-samples-native-image-consumer app
ENTRYPOINT ["/app"]
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ FROM container-registry.oracle.com/os/oraclelinux:8-slim
EXPOSE 8080

# Copy the native executable into the containers
COPY --from=builder /build/target/benchmark-jibber app
COPY --from=builder /build/target/dubbo-samples-native-image-provider app
ENTRYPOINT ["/app"]

0 comments on commit 37218cd

Please sign in to comment.