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
Content type
Image
Digest
Size
181.6 MB
Last updated
about 8 years ago
docker pull jschnor/node-forever