https://github.com/bhovhannes/nodemon
Node-based docker image with nodemon installed
https://github.com/bhovhannes/nodemon
alpine docker lts nodejs nodemon slim
Last synced: 2 months ago
JSON representation
Node-based docker image with nodemon installed
- Host: GitHub
- URL: https://github.com/bhovhannes/nodemon
- Owner: bhovhannes
- License: mit
- Created: 2020-04-15T08:19:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T09:50:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T11:49:04.799Z (4 months ago)
- Topics: alpine, docker, lts, nodejs, nodemon, slim
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/bhovhannes/nodemon
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodemon
Docker images based on [official Node images](https://hub.docker.com/_/node) with [nodemon](https://github.com/remy/nodemon) installed.
## Image Variants
The `nodemon` image comes in these flavors:
### `bhovhannes/nodemon:latest`
Is based on official `lts` Node image.### `bhovhannes/nodemon:lts`
Is based on official `lts` Node image.
Is equal to `latest` tag.### `bhovhannes/nodemon:lts-slim`
Is based on official `lts-slim` Node image.### `bhovhannes/nodemon:alpine`
Is based on official `lts-alpine` Node image.