Sign inSign up

julienvincent/npm

By julienvincent

Updated about 11 years ago

Image
0

271

julienvincent/npm repository overview

Nginx Dockerfile

This repository contains an automated Dockerfile of Nodejs to run npm commands on servers

Supported tags

  • latest
Base Docker Image
Usage

docker-compose.yml:

npm:
  image: julienvincent/npm
  volumes:
    - laravel/folder:/data/www
  working_dir: /data/www

using:

docker-compose run npm install

Tag summary

Content type

Image

Digest

sha256:70b06b12a

Size

90.3 MB

Last updated

about 11 years ago

docker pull julienvincent/npm