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