add run script
This commit is contained in:
parent
abdea7e57b
commit
bc71ab197d
1 changed files with 10 additions and 0 deletions
10
run.sh
Normal file
10
run.sh
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
main() {
|
||||||
|
cd site
|
||||||
|
waitress-serve --port=65193 'app.app' &
|
||||||
|
}
|
||||||
|
|
||||||
|
main "$@"
|
Loading…
Add table
Reference in a new issue