Skip to content

Commit

Permalink
add copy static files script
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Dec 6, 2024
1 parent e41acbf commit e97c76a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/copy-static-files.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e97c76a

Please sign in to comment.