Sign inSign up

jschnor/node-forever

By jschnor

Updated about 8 years ago

Image
0

309

jschnor/node-forever repository overview

Linux setup of Node setup with Forever for use with any Node/Express app. After installing Docker on your machine, here's an example of the command to run with a shared host/client volume:

docker run -d -ti --name node-forever -p 49160:3000 -v ~/apps/node-forever:/usr/src/apps jschnor/node-forever:latest

Tag summary

Content type

Image

Digest

Size

181.6 MB

Last updated

about 8 years ago

docker pull jschnor/node-forever