summaryrefslogtreecommitdiff
path: root/html/build.sh
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 16:47:52 -0600
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 16:47:52 -0600
commit4aced43e43ae4f0a88a777370a7471aecb0dc093 (patch)
tree4804b7791a2ac08e9714b75406ab6c38cfdda8b5 /html/build.sh
parentdef61909c2423b19b063a5807cc399a41de39974 (diff)
downloadtilde.club-4aced43e43ae4f0a88a777370a7471aecb0dc093.tar.gz
tilde.club-4aced43e43ae4f0a88a777370a7471aecb0dc093.zip
add required args
Diffstat (limited to 'html/build.sh')
-rwxr-xr-xhtml/build.sh2
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"