Update Dockerfile_npmts
This commit is contained in:
parent
87bc1f267a
commit
cefe591b2a
@ -1,4 +1,7 @@
|
||||
FROM hosttoday/ht-docker-node:npmci
|
||||
RUN npmci install stable && npm install -g npmts && \
|
||||
npmci install legacy && npm install -g npmts && \
|
||||
npmci install lts && npm install -g npmts
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user