show current dir

This commit is contained in:
deflax 2025-02-06 19:38:57 +02:00
parent 9b923e277e
commit 45d0cf8024

View file

@ -15,5 +15,5 @@ echo "waitress-serve $APP_MODULE"
# exec waitress-serve --listen=*:8080 --trusted-proxy='*' \
# --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
waitress-serve --port=8080" --threads=16 --call $APP_MODULE"
pwd
waitress-serve --port=8080" --threads=16 --call $APP_MODULE