dev: remove codex global install from Dockerfile

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-01-04 18:57:06 +00:00
parent 0c02929019
commit 921c9dd001

View File

@@ -32,5 +32,5 @@ USER node
# Set working directory # Set working directory
WORKDIR /workspace WORKDIR /workspace
# Verify installations # Verify bun installation
RUN bun i -g @openai/codex && bun --version RUN bun --version