Erro:
found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 7.7.6 -> 7.10.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.10.0
npm notice Run npm install -g npm@7.10.0
to update!
npm notice
FROM node:latest
MAINTAINER Humberto
COPY . /var/www
WORKDIR /var/www
RUN npm install
ENTRYPOINT [ "npm", "start" ]
EXPOSE 3000