this isn't fun anymore
This commit is contained in:
@@ -3,7 +3,7 @@ FROM golang:alpine3.22 AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN go mod download && \
|
||||
go build -o /app/parser main.go
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /app/parser main.go
|
||||
|
||||
FROM golang:alpine3.22
|
||||
COPY --from=builder /app/parser /run/parser
|
||||
|
||||
Reference in New Issue
Block a user