added build script

This commit is contained in:
Djeeberjr 2021-09-03 23:24:24 +02:00
parent 01fe676f8f
commit 53221e567a
3 changed files with 16 additions and 2 deletions

14
build.sh Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env sh
set -e
# Build frontend
yarn --cwd s3browser-frontend run build
# copy fontend build to backend for embeding
cp -r s3browser-frontend/build s3browser-backend/internal/static
# Build backend
cd s3browser-backend
go build -o s3browser -tags prod ./cmd/s3Browser.go

@ -1 +1 @@
Subproject commit 8296b21883279301f1144d10847c93e6d04cc083
Subproject commit 9616450cffd5cd1fec540259b543938a643fa6fa

@ -1 +1 @@
Subproject commit 61387e9fd856c72cd9d13757f5fb4a93dbb775e8
Subproject commit f12199da652b644ef8345167d3c54bbbc804ef35