update README with basic docker info
This commit is contained in:
parent
4be19d9862
commit
451781ab37
|
@ -101,3 +101,12 @@ Install [Node.js](https://nodejs.org/) and run:
|
||||||
```console
|
```console
|
||||||
$ npm install-test
|
$ npm install-test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Docker Support
|
||||||
|
|
||||||
|
Install [Docker](https://www.docker.com/get-started) and run:
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ docker build -t kill-the-newsletter:latest .
|
||||||
|
$ docker run kill-the-newsletter:latest
|
||||||
|
```
|
Loading…
Reference in New Issue