prepare for npmdocker

This commit is contained in:
2016-07-18 01:35:04 +02:00
parent 4e3446cb2f
commit 0c7cd35448
3 changed files with 6 additions and 6 deletions

View File

@ -3,4 +3,4 @@ RUN mkdir app-node
COPY ./ /app-node/
WORKDIR /app-node
ENV CI true
CMD ["npmci","install","stable"]
CMD ["npmts"]