From 40783a9003773db9cf89d3d260c21d6b9c949a15 Mon Sep 17 00:00:00 2001 From: Brett Hartley Date: Thu, 7 Jan 2021 16:31:46 +0000 Subject: [PATCH] flags have to be provided to docker run before the tag is provided, not after --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8df5e63..0a608d8 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ docker build docker -t and can then start a container, which will map the server to the host's port 3000 from this image with: ``` -docker run -p 3000:3000 +docker run -p 3000:3000 ``` ## Running as a Windows service @@ -362,4 +362,4 @@ For more information refer to: ![DialogTech Logo](https://www.dialogtech.com/wp-content/themes/ifbyphone/theme/images/logo-2x.png "DialogTech Logo") -This project has been made possible in part by support from [DialogTech](http://www.dialogtech.com) \ No newline at end of file +This project has been made possible in part by support from [DialogTech](http://www.dialogtech.com)