From 0b23594787f73a549d590915d7bf7211aee85190 Mon Sep 17 00:00:00 2001 From: jagger Date: Thu, 27 Jun 2024 17:42:24 +0800 Subject: [PATCH] fix bug Signed-off-by: jagger Former-commit-id: e171caddd12aa9e69293ac0b900262fe95e1b657 --- api/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index afd6ce83..9fb6df85 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -7,8 +7,7 @@ COPY . . RUN go env -w GO111MODULE=on \ && go env -w GOPROXY=https://goproxy.cn,direct \ && go env -w CGO_ENABLED=0 \ -&& go mod download -RUN go build -o pcm-coordinator-api /app/api/pcm.go +&& go build -o pcm-coordinator-api /app/api/pcm.go FROM registry.cn-hangzhou.aliyuncs.com/jcce-images/alpine:3.20