Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dre1080/docker-node

Node.js Docker Base Image
https://github.com/dre1080/docker-node

Last synced: 9 days ago
JSON representation

Node.js Docker Base Image

Awesome Lists containing this project

README

        

# Node.js Docker Base Image

[hub]: https://hub.docker.com/r/dre1080/node

- Includes [wait-for](https://github.com/Eficode/wait-for)
- `/src` as `WORKDIR`

## How to use this image

```dockerfile
FROM dre1080/node
```

For alpine:

```dockerfile
FROM dre1080/node:alpine
```