Remove default args for run-clang-format.py

Providing '-r .' makes it unecessarly rigid for other uses
This commit is contained in:
Adrien Leravat 2019-06-24 11:54:19 -07:00
parent c2d3a0f451
commit fe6fdfbbb5
1 changed files with 1 additions and 1 deletions

View File

@ -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"]