diff --git a/Dockerfile b/Dockerfile index e51fea4..35dfc7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,5 @@ LABEL maintainer="Matthias Blaser " COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt COPY --from=build /keyvault-certdeploy /keyvault-certdeploy -ENTRYPOINT ["/keyvault-certdeploy"] \ No newline at end of file +ENTRYPOINT ["/keyvault-certdeploy"] +CMD [] \ No newline at end of file