orama/invest-api/start.sh
anonpenguin23 655bd92178 Squashed 'website/' content from commit d19b985
git-subtree-dir: website
git-subtree-split: d19b98589ec5d235560a210b26195b653a65a808
2026-03-26 18:14:59 +02:00

11 lines
163 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")"
echo "Building invest-api..."
go build -o invest-api .
echo "Starting invest-api on port ${PORT:-8090}..."
./invest-api