diff --git a/Dockerfile b/Dockerfile index 8ea6956..278f6a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ RUN apk add --no-cache curl COPY --from=builder /usr/src/app/pipemgr /pipemgr -ENTRYPOINT [ "/pipemgr" ] +CMD [ "/pipemgr" ]