fix forgot password and add runscripts

This commit is contained in:
root
2026-05-17 23:25:03 -04:00
parent f30f6e9796
commit 7ac0098c7f
16 changed files with 211 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
source "${ROOT_DIR}/scripts/docker-prod-common.sh"
start_prod_services marketplace
echo "Marketplace is starting."