From db88a4289709307f6fcb43d16e9390f5ee9717ef Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Wed, 8 May 2019 14:19:21 +0200 Subject: [PATCH] Update README.md: tagging latest is redundant Co-Authored-By: betanummeric <40263343+betanummeric@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f75e18a..1ac9816 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ In production environment the server runs on port 80, otherwise on port 3000. ## Production Setup: Build the Docker Container ``` -$ docker build -t turniere-frontend:latest . +$ docker build -t turniere-frontend . ``` -The built container exposes port 80. \ No newline at end of file +The built container exposes port 80.