chore: update dev scripts and documentation

This commit is contained in:
Abhishek Kumar 2026-05-12 13:54:33 +05:30
parent 4a6752e62b
commit 15a7cd5b6d
5 changed files with 97 additions and 18 deletions

View file

@ -85,7 +85,7 @@ ENV PYTHONUNBUFFERED=1
# Copy application code
COPY ./api ./api
COPY ./scripts/start_services_dev.sh ./scripts/start_services_dev.sh
COPY ./scripts/start_services_docker.sh ./scripts/start_services_docker.sh
# ts_validator Node deps (built in ts-deps stage with full node:22-slim image).
# The validator runs as a short-lived subprocess from api/mcp_server/ts_bridge.py.
@ -104,4 +104,4 @@ ENV LOG_TO_FILE=false
EXPOSE 8000
# Run the FastAPI app with uvicorn
CMD ["./scripts/start_services_dev.sh"]
CMD ["./scripts/start_services_docker.sh"]