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