Add SQLite passive income dashboard with Excel import and deployment tools
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
cd -- "$(dirname -- "$(readlink -f -- "$0")")"
|
||||
git pull --ff-only
|
||||
DOCKER_BUILDKIT=0 docker build \
|
||||
-t finance-dashboard-finance-dashboard:latest \
|
||||
.
|
||||
docker compose up -d --no-build
|
||||
docker compose ps
|
||||
curl --fail --silent --show-error --retry 10 --retry-connrefused --retry-delay 2 --max-time 5 http://127.0.0.1:8081/health
|
||||
printf '\n'
|
||||
Reference in New Issue
Block a user