rename ss-tools to superset-tools across the entire project
- Replace all occurrences of 'ss-tools' with 'superset-tools' in 104 files - Rename git bundle file ss-tools.bundle → superset-tools.bundle - Update .gitignore pattern accordingly - Preserve variable names (hasSsTools etc.) and code identifiers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# ============================================================
|
||||
# All-in-One Docker image (no Playwright, <200MB target)
|
||||
# ============================================================
|
||||
# Build: docker build -f docker/all-in-one.Dockerfile -t ss-tools:latest .
|
||||
# Run: docker run -p 8000:8000 --env-file backend/.env ss-tools:latest
|
||||
# Build: docker build -f docker/all-in-one.Dockerfile -t superset-tools:latest .
|
||||
# Run: docker run -p 8000:8000 --env-file backend/.env superset-tools:latest
|
||||
#
|
||||
# Stages:
|
||||
# 1. frontend-builder — node:20-alpine, npm ci + build, discarded
|
||||
|
||||
Reference in New Issue
Block a user