diff --git a/Dockerfile b/Dockerfile index 7a4b3da..7cf1829 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM checkmarx/kics:latest COPY entrypoint.sh /entrypoint.sh -RUN chmod +x entrypoint.sh +RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file