From b6dc216db250f217ff3121d43c551afd315831f7 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Fri, 13 Nov 2020 13:15:35 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32bbb81..c8e3f79 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Set the following volumes with the -p tag. ## Example run-command +Either use the docker image `tiynger/pythonflask` or run `docker build . -t pythonflask` in the top directory of this repository. +If so you need to change the command below apropiately (`tiynger/pythonflask` to `pythonflask`). + ` docker run --name flask -v flask:/flask --restart unless-stopped -d -p 80:5000 tiynger/pythonflask ` ## Included Python3 packages