8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
FROM hosttoday/ht-docker-node:npmci
|
|
RUN npmci install stable
|
|
RUN npm install -g npmts
|
|
RUN npmci install legacy
|
|
RUN npm install -g npmts
|
|
RUN npmci install lts
|
|
RUN npm install -g npmts
|