Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 569 Bytes

DO NOT USE! Monero miner inside!

node-nodemon

Latest node (8.x) with nodemon preinstalled!

🚀 How awesome is that? 🚀

Usage

Run the Docker image from Docker hub

docker run -p 3000:3000 korius/node-nodemon

Build and run locally with docker-compose

git clone [email protected]:dennisMeeQ/node-nodemon.git
cd node-nodemon
docker-compose up --build

Build and run locally with docker

git clone [email protected]:dennisMeeQ/node-nodemon.git
cd node-nodemon
docker build -t node-nodemon .
docker run -p 3000:3000 node-nodemon