nodemon on alpinerun /app/src/app.js with nodemon and node v4
1.2K
Docker Alpine Nodemon
docker run -v <path_to_app>/:/app rakam/alpine-nodemon
<path_to_app> must contain a package.json with the scripts.start property:
{
"name": "app-name",
"version": "0.0.1",
"scripts": {
"start": "node src/app.js"
}
}
Content type
Image
Digest
Size
12.5 MB
Last updated
over 10 years ago
docker pull rakam/alpine-nodemon