Skip to content
Snippets Groups Projects
Commit 1a21c7e9 authored by IsolatedSushi's avatar IsolatedSushi
Browse files

Port update

parent df578a09
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment