We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89ffc9 commit 2306d48Copy full SHA for 2306d48
start_service_production.sh
@@ -1,10 +1,6 @@
1
#!/bin/bash
2
3
-# set default config values
4
-set -a
5
-echo "Reading env vars from ./env/ocr_service.env"
6
-source ./env/ocr_service.env
7
-set +a
+# if ran manually execute "export_env_vars.sh"
8
9
# start the OCR_SERVICE
10
echo "Starting up OCR app using uvicorn OCR_SERVICE ..."
0 commit comments