This commit is contained in:
skiffer-git 2024-04-22 21:45:13 +08:00
parent c6d58d7076
commit aa7b02e1bd

View File

@ -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