5 lines
310 B
Plaintext
5 lines
310 B
Plaintext
FROM hosttoday/ht-docker-node:npmci
|
|
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
|