From 5ee60a65d69d64604b0baac53b3c3ff0670f8361 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 11 Jun 2016 21:25:09 +0200 Subject: [PATCH] fix npmci call --- Dockerfile_npmts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile_npmts b/Dockerfile_npmts index 4d38009..877c167 100644 --- a/Dockerfile_npmts +++ b/Dockerfile_npmts @@ -1,4 +1,4 @@ FROM hosttoday/ht-docker-node:npmci -RUN npmci install stable && npmci command npm install -g npmts && npmts -v \ - npmci install legacy && npmci command npm install -g npmts && npmts -v \ - npmci install lts && npmci command npm install -g npmts && npmts -v +RUN npmci install stable && npmci command npm install -g npmts && npmci command npmts -v \ + npmci install legacy && npmci command npm install -g npmts && npmci command npmts -v \ + npmci install lts && npmci command npm install -g npmts && npmci command npmts -v