We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af41208 commit d313e61Copy full SHA for d313e61
Dockerfile
@@ -13,4 +13,4 @@ FROM gcr.io/distroless/static AS bot
13
WORKDIR /bot
14
COPY --from=builder /build/dunce /bot/dunce
15
16
-ENTRYPOINT ["/bot/dunce start --migrate"]
+ENTRYPOINT ["/bot/dunce", "start", "--migrate"]
0 commit comments