This repository contains an automated Dockerfile of Nodejs to run npm commands on servers
latestdocker-compose.yml:
npm:
image: julienvincent/npm
volumes:
- laravel/folder:/data/www
working_dir: /data/www
using:
docker-compose run npm install
Content type
Image
Digest
sha256:70b06b12a…
Size
90.3 MB
Last updated
about 11 years ago
docker pull julienvincent/npm