1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ node_modules/
|
||||
package-lock.json
|
||||
package.json
|
||||
**.junit.xml
|
||||
feature_flags.json
|
||||
|
11
includes/entrypoint.sh
Normal file → Executable file
11
includes/entrypoint.sh
Normal file → Executable file
@ -62,8 +62,17 @@ if [ "$1" == "" ]; then
|
||||
fi;
|
||||
|
||||
|
||||
echo "[Info] SupervisorD Setup successfully"
|
||||
echo "[info] SupervisorD Setup successfully"
|
||||
|
||||
echo "[info] Fetching available feature flags";
|
||||
|
||||
export init_dir=${PWD}
|
||||
|
||||
cd /app;
|
||||
|
||||
python manage.py feature_flag;
|
||||
|
||||
echo "[info] Starting SupervisorCTL";
|
||||
|
||||
/usr/local/bin/supervisord;
|
||||
|
||||
|
Reference in New Issue
Block a user