From c97451333821a17397b2e242687435491b9f66ed Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Thu, 21 Nov 2024 12:43:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(deploy):=20user=20main=20dockerfile?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/user/cmd/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/user/cmd/api/Dockerfile b/app/user/cmd/api/Dockerfile index 0759797..bbade4b 100644 --- a/app/user/cmd/api/Dockerfile +++ b/app/user/cmd/api/Dockerfile @@ -28,4 +28,4 @@ WORKDIR /app COPY --from=builder /app/user /app/user COPY --from=builder /app/etc /app/etc -CMD ["./user", "-f", "etc/user.yaml"] +CMD ["./main", "-f", "etc/main.yaml"]