Skip to content

Commit 11021d0

Browse files
committed
.
1 parent b6696da commit 11021d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN go mod download
1111
COPY . .
1212

1313
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
14-
go build -ldflags="-s -w" -o /app .
15-
14+
go build -ldflags="-s -w" -o /app/app .
15+
1616
FROM alpine:3.22
1717

1818
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)