remove backgrounding, more unique port number
Some checks failed
Hugo / build (push) Has been cancelled
Some checks failed
Hugo / build (push) Has been cancelled
This commit is contained in:
parent
5aca7ad192
commit
6e0810c0f3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
PORT=8080
|
||||
python3 -m http.server $PORT --directory public/ &
|
||||
PORT=21300
|
||||
python3 -m http.server $PORT --directory public/
|
||||
|
||||
SERVER_PID=$!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue