https://github.com/hacknlove/docker-node
mount your app in /src and go
https://github.com/hacknlove/docker-node
Last synced: 3 months ago
JSON representation
mount your app in /src and go
- Host: GitHub
- URL: https://github.com/hacknlove/docker-node
- Owner: hacknlove
- Created: 2014-12-25T18:14:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T17:02:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-26T07:34:20.068Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-node
===========
mount your app in /src and go
##USE
docker -d --restart=always -p ... --link ... -v /path/to/your/node-app:/src pykiss/node
## requisites
The image assumes that your application has a `package.json` defining its start script.
You must install execute npm install first:
docker -it --rm -v /path/to/your/node-app:/src pykiss/node npm install --production