just trying things gpt sucks fuck

This commit is contained in:
2025-11-09 14:55:06 -05:00
parent 9ba4be0d5e
commit 2c1c34e925

View File

@@ -5,5 +5,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o go-parser main.go
# FROM golang:alpine3.22
FROM alpine3.22
RUN echo "fuckt his"
COPY --from=builder /app/go-parser /go-parser
ENTRYPOINT [ "/go-parser" ]