From a76271d2b37560577a4915b28b363d490f208feb Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 9 Nov 2025 14:49:43 -0500 Subject: [PATCH] didnt think thatd work but it was cool --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59c03f7..99f44ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file +ENTRYPOINT [ "/usr/local/bin/parser" ] \ No newline at end of file