diff --git a/scripts/copy-static-files.sh b/scripts/copy-static-files.sh new file mode 100755 index 00000000..9115c812 --- /dev/null +++ b/scripts/copy-static-files.sh @@ -0,0 +1,3 @@ +ROOT=$(realpath $(dirname $0)/..) +PUBLIC_FOLDER=$ROOT/app/server/public +cp $1/index.html $PUBLIC_FOLDER && cp -r $1/files $PUBLIC_FOLDER && cp -r $1/help $PUBLIC_FOLDER