diff --git a/Dockerfile b/Dockerfile index 3d9b29d..7b9984d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM silkeh/clang:20 -WORKDIR /build RUN apt update -y && apt install -y cppcheck ADD runchecks.sh /entrypoint.sh -COPY . . RUN chmod +x /entrypoint.sh -ENTRYPOINT /entrypoint.sh \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file