mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: use flags instead of env vars
This commit is contained in:
10
scripts/build.sh
Normal file
10
scripts/build.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# Usage: sh ./scripts/build.sh
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/../"
|
||||
|
||||
echo "Start building..."
|
||||
|
||||
go build -o ./memos-build/memos ./bin/server/main.go
|
||||
|
||||
echo "Build finished"
|
Reference in New Issue
Block a user