From 8a1ea7af6cc9ab8d6593af719da994e46e67f297 Mon Sep 17 00:00:00 2001 From: zhanshi Date: Sat, 8 Feb 2025 12:42:46 +0100 Subject: [PATCH] AA --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 74d9e52..92d1939 100644 --- a/dockerfile +++ b/dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY . . # build the go server -RUN go mod tidy && go build -o codex-server +RUN go mod tidy && CGO_ENABLED=0 go build -o codex-server # create a smaller final image FROM alpine:latest