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