push
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ---------- build ----------
|
||||
FROM golang:1.24-alpine AS build
|
||||
WORKDIR /src
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o /out/unified ./cmd/unified
|
||||
|
||||
|
||||
Reference in New Issue
Block a user