Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

nodejs-mon
==========

Dockerfile for nodejs & mon for long running processes

```
FROM binocarlos/nodejs
MAINTAINER Kai Davenport

RUN (mkdir /tmp/mon && cd /tmp/mon && curl -L# https://github.com/visionmedia/mon/archive/master.tar.gz | tar zx --strip 1 && make install)

```