set file build

This commit is contained in:
Kittapath 2024-06-06 13:23:23 +07:00
parent ac61b61f7b
commit 66eb2bebca
22 changed files with 4849 additions and 61 deletions

View file

@ -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 $ROOT_DIR/assets/index*.js* $ROOT_DIR/assets/*.js*;
for file in $ROOT_DIR/assets/app.*.js* $ROOT_DIR/index.html $ROOT_DIR/assets/index*.js* $ROOT_DIR/assets/*.js*;
do
echo "Processing $file ...";