mirror of
https://github.com/sky22333/qqbot.git
synced 2026-09-05 07:26:48 +08:00
add
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ RUN go mod download
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -ldflags="-s -w" -trimpath -o qqbot . && chmod +x qqbot
|
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -ldflags="-s -w" -trimpath -o qqbot ./cmd/qqbotd && chmod +x qqbot
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user