Files
ccs/docker/entrypoint-integrated.sh
Tam Nhu Tran 23f767b0c5 feat(docker): add integrated deployment commands
- add ccs docker subcommands for up, down, status, update, logs, and config
- bundle integrated docker assets and remote ssh deployment support
- add executor regression tests and root help/router coverage

Refs #812
2026-03-27 15:05:17 -04:00

10 lines
205 B
Bash

#!/bin/sh
set -eu
LOG_DIR="/var/log/ccs"
mkdir -p /root/.ccs /root/.ccs/cliproxy "$LOG_DIR"
touch "$LOG_DIR/ccs-dashboard.log" "$LOG_DIR/cliproxy.log"
exec /usr/bin/supervisord -c /etc/supervisord.conf