Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/nodejs-mon
Dockerfile for nodejs & mon for long running processes
https://github.com/binocarlos/nodejs-mon
Last synced: 11 days ago
JSON representation
Dockerfile for nodejs & mon for long running processes
- Host: GitHub
- URL: https://github.com/binocarlos/nodejs-mon
- Owner: binocarlos
- Created: 2014-07-27T19:27:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T15:08:31.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:44.729Z (7 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nodejs-mon
==========Dockerfile for nodejs & mon for long running processes
```
FROM binocarlos/nodejs
MAINTAINER Kai DavenportRUN (mkdir /tmp/mon && cd /tmp/mon && curl -L# https://github.com/visionmedia/mon/archive/master.tar.gz | tar zx --strip 1 && make install)
```