We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7f8bd5 + 93c3e7d commit 27b8916Copy full SHA for 27b8916
Dockerfile
@@ -16,4 +16,4 @@ RUN CGO_ENABLED=0 go build -o /rollout ./cmd/rollout/main.go
16
FROM scratch
17
18
COPY --from=build /rollout /rollout
19
-CMD [ "/rollout" ]
+ENTRYPOINT [ "/rollout" ]
0 commit comments