From 83f9b0a26a4fe38c1f7a1c80cb7d398ca9c4f706 Mon Sep 17 00:00:00 2001 From: Abel Date: Fri, 31 Dec 2021 15:12:33 +0100 Subject: [PATCH] Added Docker instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7253eca..5c4a3d4 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,11 @@ Go to https://gateway.edsn.nl/eancodeboek ## Update config.json Update the API key token in the config.json file + + +## Docker +For building and running the app via Docker +``` +docker build -t ecb:latest . +docker run -d -p 5000:5000 ecb +```