From 314897a0cc2b2d91e24f40546dae24e1729e6376 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Thu, 2 Jul 2020 21:47:59 +0200
Subject: [PATCH] Fix readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6388164..2363d2e 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ This will create new version bundle under `dist` and also update `dist/latest.tg
 Finally, create a docker build:
 
 ```
-docker build -t pirati-ui
+docker build -t pirati-ui .
 ```
 
 You can then run the docker container like this:
-- 
GitLab