mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-18 04:14:04 +01:00
Updates for react build
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
for file in dist/react/* ; do
|
||||
filename=$(basename -- "$file")
|
||||
extension="${filename##*.}"
|
||||
filename="${filename%.*}"
|
||||
version=v$INVOICENINJA_VERSION
|
||||
echo "Copying $file to /var/www/app/public/react/$filename"."$version"."$extension"
|
||||
cp $file /var/www/app/public/react/$filename"."$version"."$extension
|
||||
done
|
||||
Reference in New Issue
Block a user