fix port to 8081
This commit is contained in:
@@ -34,7 +34,7 @@ in
|
||||
|
||||
echo "#!/usr/bin/env bash" > math-project
|
||||
echo "cd $(echo $out)/src/" >> math-project
|
||||
echo "${http-server}/bin/http-server" >> math-project
|
||||
echo "${http-server}/bin/http-server -p 8081" >> math-project
|
||||
chmod a+x math-project
|
||||
cp math-project $out/bin/math-project
|
||||
|
||||
|
Reference in New Issue
Block a user