fucking caching

This commit is contained in:
2025-11-09 14:57:58 -05:00
parent 2c1c34e925
commit 1a25318ec1

View File

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