didnt think thatd work but it was cool

This commit is contained in:
2025-11-09 14:49:43 -05:00
parent a10a0c08e7
commit a76271d2b3

View File

@@ -5,4 +5,4 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o parser main.go
FROM golang:alpine3.22
COPY --from=builder /app/parser /usr/loca/bin/parser
ENTRYPOINT [ "parser" ]
ENTRYPOINT [ "/usr/local/bin/parser" ]