Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julienvincent/docker-npm

Dockerfile with Debian base for npm commands
https://github.com/julienvincent/docker-npm

Last synced: 15 days ago
JSON representation

Dockerfile with Debian base for npm commands

Awesome Lists containing this project

README

        

# Nginx Dockerfile

This repository contains an automated **Dockerfile** of [Nodejs](https://nodejs.org/) to run npm commands on servers

## Supported tags

+ `latest`

### Base Docker Image

* [debian:jessie](https://registry.hub.docker.com/_/debian/)

### Usage

docker-compose.yml:

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

using:

docker-compose run npm install