1
All checks were successful
Auth & User Management Service CI / Explore-Gitea-Actions (push) Successful in 51s

This commit is contained in:
xiabin 2025-02-11 13:44:54 +08:00
parent 4e5246c9ad
commit 88ca5a1710

View File

@ -17,7 +17,7 @@ RUN go env -w GOPRIVATE=gitea.youtukeji.com.cn
RUN go mod download
COPY . .
RUN go build -ldflags="-s -w" -o /app/game_open_api ./game_open_api/game_open_api.go
RUN go build -ldflags="-s -w" -o /app/user_management ./app/user_management/user_management.go
FROM alpine