Skip to content

node14 npm

Dockerfile

Dockerfile
FROM node:14.17.6

RUN npm install npm@latest -g

Released under the MIT License.