diff options
Diffstat (limited to 'html/build.sh')
-rwxr-xr-x | html/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/build.sh b/html/build.sh index b12230e..16de894 100755 --- a/html/build.sh +++ b/html/build.sh @@ -15,6 +15,8 @@ mkdir -p ../dist/fruitvote cd fruitvote go build -o ../../dist/fruitvote/fruitvote cp start.sh ../../dist/fruitvote/start.sh +cp -r templates ../../dist/fruitvote/templates +cp -r fruits.json ../../dist/fruitvote/fruits.json cd .. echo "finished building HTML" |