diff --git a/Dockerfile b/Dockerfile index 787c33149fd92f189c479790bafe9081b7a009e2..a8b0f01b24c3525db7efe915608c84edd3fddb16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,5 +29,7 @@ USER truffleHog WORKDIR /proj +HEALTHCHECK NONE + ENTRYPOINT ["trufflehog3"] -CMD ["-h"] \ No newline at end of file +CMD ["-h"]