แก้ config env
This commit is contained in:
parent
cc5c44a5f6
commit
413448fb80
1 changed files with 1 additions and 1 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/assets/QSpace-*.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 $ROOT_DIR/assets/index*.js*;
|
||||
do
|
||||
echo "Processing $file ...";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue