mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: update dev scripts and documentation
This commit is contained in:
parent
4a6752e62b
commit
15a7cd5b6d
5 changed files with 97 additions and 18 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue