Support passing args to the dockerized test runner

This commit is contained in:
Tom Alexander
2020-04-12 15:47:38 -04:00
parent aa24f50dfa
commit 4856fb6d11
5 changed files with 21 additions and 1 deletions

View File

@@ -23,4 +23,4 @@ USER duster
RUN git clean -dfxq
RUN cargo build
RUN npm link dustjs-linkedin
CMD /home/duster/duster/js/run_compliance_suite.bash
ENTRYPOINT ["/home/duster/duster/js/run_compliance_suite.bash"]