From 041529f9fcec2190914a8c136aa7ed28e8dedcbf Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:44:14 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index 96edf5f..af82651 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -19,7 +19,7 @@ FROM container-registry.oracle.com/graalvm/native-image:21-ol8 # Expose port 8080 for the application EXPOSE 8080 -Copy the native executable into the containers +# Copy the native executable into the containers COPY --from=builder /build/target/gpt-4-copilot app ENTRYPOINT ["/app"]