An open API service indexing awesome lists of open source software.

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

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.