Stamp 2.59.0 Docker leftover seams only, not PinScope product.

Images copy periscope/src, vendor/, and skipped Clerk/shadcn/billing/GCS
files. dependency/ stays in git. Audit written; FastAPI boots with
PYTHONPATH=src.
This commit is contained in:
2026-09-20 21:03:26 +02:00
parent 22bc075c58
commit ed3fff565d
11 changed files with 137 additions and 16 deletions
+3
View File
@@ -126,6 +126,9 @@ if [[ ! -f .env ]]; then
if [[ -f backend/.env ]]; then
log "No ./.env — copying backend/.env"
cp backend/.env .env
elif [[ -f periscope/src/backend/.env.example ]]; then
log "No ./.env — copying periscope/src/backend/.env.example (you must set DEEPSEEK_API_KEY)"
cp periscope/src/backend/.env.example .env
elif [[ -f periscope/dependency/backend/.env.example ]]; then
log "No ./.env — copying periscope/dependency/backend/.env.example (you must set DEEPSEEK_API_KEY)"
cp periscope/dependency/backend/.env.example .env