dev: add codex cli to devcontainer

This commit is contained in:
2025-12-28 22:14:30 +00:00
parent b60d18d365
commit 3efa1c313b
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
gnupg \
lsb-release \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# Install latest neovim using pre-built binary
@@ -40,4 +39,4 @@ USER node
WORKDIR /workspace
# Verify installations
RUN bun --version
RUN bun i -g @openai/codex && bun --version

View File

@@ -95,7 +95,7 @@
}
}
},
"forwardPorts": [3000, 5173, 8080],
"forwardPorts": [3000, 5173, 8080, 1455],
"portsAttributes": {
"3000": {
"label": "Development Server",