From aa7b02e1bd8e9dce009dd8cbc2429a5dd0081914 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 22 Apr 2024 21:45:13 +0800 Subject: [PATCH] refactor --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eda24096c..6cd528e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . . RUN go install github.com/magefile/mage@latest # Execute the build command using Mage -RUN mage build +#RUN mage build # Use Alpine Linux as the final base image due to its small size and included utilities FROM alpine:latest