From 1a21c7e99b8b3d7d72f292050eb5e77cd92149c9 Mon Sep 17 00:00:00 2001
From: IsolatedSushi <simen.vanherpt@gmail.com>
Date: Wed, 23 Sep 2020 13:40:51 +0200
Subject: [PATCH] Port update

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

diff --git a/frontend/README.md b/frontend/README.md
index 71f8a11..4f65423 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -3,7 +3,7 @@ docker run -d -v <<insert path to directory here>>envoy.yaml:/etc/envoy/envoy.ya
 NOTE you have to use complete path (sometimes it complains when using relative paths, no idea why)
 
 We have to run it with dapr so use:
-dapr run --port 5050 --app-id vuefrontend npm run serve
+dapr run --port 5051 --app-id vuefrontend npm run serve
 
 For some reason with vue it cant get the dapr.HTTP environment variable (even though it can with python) so add the port
 
-- 
GitLab