fix command execution

This commit is contained in:
2017-04-02 14:48:23 +02:00
parent 77c6ef99c1
commit 822e480bdf
7 changed files with 56 additions and 33 deletions

View File

@ -1,5 +1,6 @@
FROM hosttoday/ht-docker-node:npmci
RUN yarn global add npmdocker
COPY ./buildContextDir /workspace
WORKDIR /workspace
ENV CI=true
CMD ["npmci","test","stable"];
CMD ["npmdocker","runinside"];