From be1daf8760bf77623e02dfdcebb5b2364b919bc4 Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index e4162ca..12b72ff 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -13,7 +13,7 @@ RUN chmod +x mvnw && \ rm -rf /root/.m2 # Use Distroless as base image -container-registry.oracle.com/os/oraclelinux:8-slim +FROM container-registry.oracle.com/os/oraclelinux:8-slim # Copy the native executable into the containers COPY --from=builder /build/target/gpt-4-copilot /app