Remove copilot env overrides and add config placeholders

This commit is contained in:
Codex
2025-11-17 12:40:09 -06:00
parent 21652acb03
commit 801b6ea49d
7 changed files with 71 additions and 125 deletions

View File

@@ -42,7 +42,6 @@ COPY run-buddy.sh "$APP_CODE_DIR/run-buddy.sh"
COPY nginx.conf "$APP_CODE_DIR/nginx.conf"
COPY supervisord.conf "$APP_CODE_DIR/supervisord.conf"
COPY config.example.json "$APP_CODE_DIR/config.example.json"
COPY copilot.env.example "$APP_CODE_DIR/copilot.env.example"
COPY tmp_data/ "$APP_TMP_DIR/"
COPY manticore/ "$APP_CODE_DIR/manticore/"