diff --git a/README.md b/README.md index b84e9f5..60b29c9 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file