Fix
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
FROM silkeh/clang:20
|
FROM silkeh/clang:20
|
||||||
WORKDIR /build
|
|
||||||
RUN apt update -y && apt install -y cppcheck
|
RUN apt update -y && apt install -y cppcheck
|
||||||
ADD runchecks.sh /entrypoint.sh
|
ADD runchecks.sh /entrypoint.sh
|
||||||
COPY . .
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user