update README with basic docker info

This commit is contained in:
Frank Moskal 2020-07-17 22:20:36 -04:00 committed by Leandro Facchinetti
parent 4be19d9862
commit 451781ab37
1 changed files with 9 additions and 0 deletions

View File

@ -101,3 +101,12 @@ Install [Node.js](https://nodejs.org/) and run:
```console
$ 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
```