update dependencies and README

This commit is contained in:
2017-02-11 20:23:10 +01:00
parent 74374e99d7
commit eab75f03da
22 changed files with 1543 additions and 249 deletions

View File

@ -2,4 +2,4 @@ FROM hosttoday/ht-docker-node:npmts
COPY ./buildContextDir /workspace
WORKDIR /workspace
ENV CI=true
CMD ["npm","run","npmdocker"];
CMD ["npmci","test","stable"];