added build script
This commit is contained in:
parent
01fe676f8f
commit
53221e567a
14
build.sh
Executable file
14
build.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user