this one is embarassing ngl

This commit is contained in:
2025-11-09 14:38:05 -05:00
parent 10fd30b5cc
commit 58e9c5b7f8

View File

@@ -7,4 +7,4 @@ RUN go mod download && \
FROM golang:alpine3.22
COPY --from=builder /app/parser /run/parser
ENTRYPOINT [ "./run/parser" ]
ENTRYPOINT [ "/run/parser" ]