diff --git a/src/api/scripts/run.sh b/src/api/scripts/run.sh index a4abb42..a3e5899 100644 --- a/src/api/scripts/run.sh +++ b/src/api/scripts/run.sh @@ -16,4 +16,4 @@ echo "waitress-serve $APP_MODULE" # --trusted-proxy-headers="x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port" \ # --log-untrusted-proxy-headers --threads=16 --call app.api:create_app pwd -waitress-serve --port=8080" --threads=16 --call $APP_MODULE \ No newline at end of file +waitress-serve --port=8080 --threads=16 --call $APP_MODULE \ No newline at end of file