diff --git a/run.sh b/run.sh index e35a379..65e850d 100644 --- a/run.sh +++ b/run.sh @@ -1,6 +1,6 @@ #!/bin/sh -set PORT=2233 -set webClient=http://localhost:5000 +export PORT=2233 +export webClient=http://localhost:5000 nohup yarn start &