config api prod
This commit is contained in:
parent
70b40cf36c
commit
e48781bb97
2 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ ROOT_DIR=/app
|
|||
|
||||
# Replace env vars in JavaScript files
|
||||
echo "Replacing env constants in JS"
|
||||
for file in $ROOT_DIR/assets/app.*.js* $ROOT_DIR/js/app.*.js* $ROOT_DIR/index.html $ROOT_DIR/precache-manifest*.js;
|
||||
for file in $ROOT_DIR/assets/app.*.js* $ROOT_DIR/js/app.*.js* $ROOT_DIR/assets/QSpace-*.js* $ROOT_DIR/index.html $ROOT_DIR/precache-manifest*.js;
|
||||
do
|
||||
echo "Processing $file ...";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue