add api endpoint to restart nostr

This commit is contained in:
Travis Shears 2025-09-03 10:19:32 +02:00
parent bea3e72c10
commit 7f6911b73e
3 changed files with 17 additions and 6 deletions

9
build.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
export AWS_PROFILE=personal
docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/micro-blog-fetchers-homelabstack:latest --push .
echo "Image pushed to ECR"