feat: add Ops Codex terminal setup UI
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM python:3.12.10-alpine
|
||||
LABEL nodedc.deploy.cache_bust="codex-agent-setup-20260624"
|
||||
|
||||
# set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
@@ -44,6 +45,7 @@ COPY manage.py manage.py
|
||||
COPY plane plane/
|
||||
COPY templates templates/
|
||||
COPY package.json package.json
|
||||
RUN grep -R "setup-codes" /code/plane/app/urls/codex_agents.py >/dev/null
|
||||
|
||||
COPY ./bin ./bin/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user