From 45d0cf802432a0e21038f1c9f105b0063d45d9d4 Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 6 Feb 2025 19:38:57 +0200 Subject: [PATCH] show current dir --- src/api/scripts/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/scripts/run.sh b/src/api/scripts/run.sh index cc50b43..a4abb42 100644 --- a/src/api/scripts/run.sh +++ b/src/api/scripts/run.sh @@ -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" \ No newline at end of file +pwd +waitress-serve --port=8080" --threads=16 --call $APP_MODULE \ No newline at end of file