https://github.com/devsu/docker-node-pm2-autodeploy
A docker with node, pm2 and simple-auto-deploy
https://github.com/devsu/docker-node-pm2-autodeploy
Last synced: 2 months ago
JSON representation
A docker with node, pm2 and simple-auto-deploy
- Host: GitHub
- URL: https://github.com/devsu/docker-node-pm2-autodeploy
- Owner: devsu
- License: mit
- Created: 2017-05-17T21:56:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T17:35:01.000Z (about 9 years ago)
- Last Synced: 2025-05-07T04:38:05.001Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-node-pm2-autodeploy
A docker with node, pm2 and simple-auto-deploy
**Intended to be used only for development purposes.**
Usage:
```bash
docker run --name test \
-p 3000:3000 \
-v ${PWD}:/var/sources \
-t \
devsu/node-pm2-autodeploy
```
## License and Credits
MIT License. Copyright 2017
Built by the [Docker experts](https://devsu.com) at Devsu.