fix port to 8081
This commit is contained in:
parent
c35a0b5108
commit
fa0e8ca47d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue