chouchouvs commited on
Commit
c168c35
·
verified ·
1 Parent(s): ff86bc9

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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:=rfp_api}" # module exposing `app = FastAPI(...)`
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