From 03ab2446ac7915099b534a3376d9e30b8039e78c Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:41:00 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index eec9e9a..f8139a4 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -19,5 +19,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/gpt-4-copilot-0.0.4 app ENTRYPOINT ["/app"]