dockerfile updates
- it is closer to a standard flow than anticipated
This commit is contained in:
@@ -6,5 +6,5 @@ RUN go mod download && \
|
|||||||
go build -o /build/parser main.go
|
go build -o /build/parser main.go
|
||||||
|
|
||||||
FROM golang:alpine3.22
|
FROM golang:alpine3.22
|
||||||
COPY --from=builder /build/parser /
|
COPY --from=builder /build/parser /parser
|
||||||
ENTRYPOINT [ "parser" ]
|
ENTRYPOINT [ "/parser" ]
|
||||||
Reference in New Issue
Block a user