feat: update Docker configuration and .gitignore, remove unused JSON files

This commit is contained in:
an14051
2026-05-13 00:14:08 +02:00
parent 33e339bde6
commit af0d8b3458
8 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
TAG="${1:-backerup-website:latest}"
TAG="${1:-gitea.doomlabs.de/kptltd00m/backerup-website:latest}"
# 1. Build
"$SCRIPT_DIR/build.sh" "$TAG"