Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Learning docker
https://github.com/juliencrn/node-docker

docker docker-compose mongodb nodejs

Last synced: 14 days ago
JSON representation

Learning docker

Awesome Lists containing this project

README

        

# Node Docker

Project built following this [tutorial](https://docs.docker.com/language/nodejs/)

## Notes

### Build the docker image
The unit tests must pass to be able to build the image.

```
docker build -t node-docker --target test .
```

### Run
You can access the debugger using chrome at `chrome:inspect` (`0.0.0.0:9229`)

```
docker-compose -f docker-compose.dev.yml up --build
```