Skip to content

Commit

Permalink
Merge pull request #4 from smec-cgint/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lapin authored Jan 21, 2024
2 parents 92ec8bb + 62956ab commit b51b7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -e
: "${UI_PUBLIC_PATH:=}"

sed -i "s@/<PUBLIC_PATH_REPLACE>@$UI_PUBLIC_PATH@g" /usr/share/nginx/html/index.html
sed -i "s@/<PUBLIC_PATH_REPLACE>@$UI_PUBLIC_PATH@g" /usr/share/nginx/html/assets/index.*.js
sed -i "s@/<PUBLIC_PATH_REPLACE>@$UI_PUBLIC_PATH@g" /usr/share/nginx/html/assets/index.*.css
sed -i "s@/<PUBLIC_PATH_REPLACE>@$UI_PUBLIC_PATH@g" /usr/share/nginx/html/assets/index*.js
sed -i "s@/<PUBLIC_PATH_REPLACE>@$UI_PUBLIC_PATH@g" /usr/share/nginx/html/assets/index*.css

0 comments on commit b51b7ee

Please sign in to comment.