mirror of
https://github.com/wiiu-env/clang-format-checker-docker.git
synced 2024-11-16 16:29:15 +01:00
Remove default args for run-clang-format.py
Providing '-r .' makes it unecessarly rigid for other uses
This commit is contained in:
parent
c2d3a0f451
commit
fe6fdfbbb5
@ -8,5 +8,5 @@ ADD run-clang-format/run-clang-format.py /usr/bin
|
||||
|
||||
RUN mkdir /src
|
||||
WORKDIR /src
|
||||
ENTRYPOINT ["run-clang-format.py", "-r", "."]
|
||||
ENTRYPOINT ["run-clang-format.py"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user