diff --git a/restic/Dockerfile b/restic/Dockerfile index ea7facd..e4d4fe8 100644 --- a/restic/Dockerfile +++ b/restic/Dockerfile @@ -15,4 +15,6 @@ MAINTAINER Newnius COPY --from=builder /workspace/restic /usr/local/bin/ +ENTRYPOINT [] + CMD [ "restic" ]