update :npmci and :npmdocker

This commit is contained in:
Philipp Kunz 2017-10-13 15:50:26 +02:00
parent 0b5ff58b7b
commit ef46145028
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:stable
MAINTAINER Lossless GmbH <office@lossless.com>
RUN npm install -g npmci
RUN yarn global add npmci

4
Dockerfile_npmdocker Normal file
View File

@ -0,0 +1,4 @@
FROM hosttoday/ht-docker-node:stable
MAINTAINER Lossless GmbH <office@lossless.com>
RUN yarn global add npmdocker