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.