Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julienvincent/docker-npm
- Owner: julienvincent
- License: mit
- Created: 2015-08-06T21:19:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T21:19:38.000Z (over 9 years ago)
- Last Synced: 2024-12-06T22:26:33.866Z (about 1 month ago)
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/wwwusing:
docker-compose run npm install