forgot to test before pushing to production award
This commit is contained in:
parent
52683f0d88
commit
a6b753e15a
1 changed files with 1 additions and 1 deletions
2
app.sh
2
app.sh
|
@ -4,7 +4,7 @@ set -eu
|
|||
|
||||
main() {
|
||||
cd site
|
||||
waitress-serve 'app.app' --port=8041 &
|
||||
waitress-serve --port=8041 'app.app' &
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue