diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index 9fc1e8b738..2d77f1b079 --- a/build.sh +++ b/build.sh @@ -7,4 +7,5 @@ rm -rf dist/* npm run build cp dist/index.html "${TARGET}/instance/static/index.html" -rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" \ No newline at end of file +rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" +rsync --delete -ra images/ "${TARGET}/instance/static/images"