/docker-ncu

Primary LanguageDockerfile

docker-ncu

Example Usage

docker run -it --rm --mount "type=bind,src=$(pwd)/package.json,dst=/home/node/package.json" -w /home/node mnewton/ncu

To update

docker build -t mnewton/ncu:latest .
docker push mnewton/ncu:latest