We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3728d99 commit caf90daCopy full SHA for caf90da
1 file changed
Dockerfile
@@ -12,3 +12,4 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/ratelimit -ldflags="-w -s" -v g
12
13
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
14
COPY --from=build /go/bin/ratelimit /bin/ratelimit
15
+ENTRYPOINT ["/bin/ratelimit"]
0 commit comments