We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6521a commit 65ed24aCopy full SHA for 65ed24a
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine as builder
2
RUN apk add -U --no-cache ca-certificates
3
4
FROM scratch
5
-ENTRYPOINT ["/github-judge-bot"]
+ENTRYPOINT ["/github-judge"]
6
WORKDIR /
7
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
8
-COPY github-judge-bot /
+COPY github-judge /
0 commit comments