feat: add docker build commands to Makefile

This commit is contained in:
Sakurasan
2026-09-01 15:22:37 +08:00
parent 19232567f2
commit c65d497551
3 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ ENV GO111MODULE=on \
CGO_ENABLED=0 \
GOOS=$TARGETOS \
GOARCH=$TARGETARCH
RUN make build
RUN make build-backend
FROM alpine:latest AS runner
# 设置alpine 时间为上海时间