From 451781ab37f8e5669cfb13e67f680b8f628ddd66 Mon Sep 17 00:00:00 2001 From: Frank Moskal Date: Fri, 17 Jul 2020 22:20:36 -0400 Subject: [PATCH] update README with basic docker info --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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