diff --git a/Dockerfile b/Dockerfile index ebd9760..d0d27dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,6 @@ FROM scratch WORKDIR /app -COPY --from=builder /app/oc-monitord . \ No newline at end of file +COPY --from=builder /app/oc-monitord . + +ENTRYPOINT ["./oc-monitord"] \ No newline at end of file