Skip to content

node14 npm

Dockerfile

Dockerfile
FROM node:18.17.1

RUN npm install npm@latest -g

Released under the MIT License.