Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -3,7 +3,7 @@ set -euo pipefail
|
|
| 3 |
|
| 4 |
: "${GITHUB_REPO_URL:=https://github.com/chourmovs/RFPmaster.git}"
|
| 5 |
: "${GITHUB_TOKEN:=}" # set in Space “Repository secrets”
|
| 6 |
-
: "${API_MODULE:=
|
| 7 |
: "${API_APP_ATTR:=app}"
|
| 8 |
: "${WORKSPACE:=/home/user/workspace}"
|
| 9 |
|
|
|
|
| 3 |
|
| 4 |
: "${GITHUB_REPO_URL:=https://github.com/chourmovs/RFPmaster.git}"
|
| 5 |
: "${GITHUB_TOKEN:=}" # set in Space “Repository secrets”
|
| 6 |
+
: "${API_MODULE:=rfp_api_app}" # module exposing `app = FastAPI(...)`
|
| 7 |
: "${API_APP_ATTR:=app}"
|
| 8 |
: "${WORKSPACE:=/home/user/workspace}"
|
| 9 |
|