mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 08:51:16 +00:00
dev: add codex cli to devcontainer
This commit is contained in:
@@ -6,7 +6,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
gnupg \
|
gnupg \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
ca-certificates \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install latest neovim using pre-built binary
|
# Install latest neovim using pre-built binary
|
||||||
@@ -40,4 +39,4 @@ USER node
|
|||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|
||||||
# Verify installations
|
# Verify installations
|
||||||
RUN bun --version
|
RUN bun i -g @openai/codex && bun --version
|
||||||
|
|||||||
@@ -95,7 +95,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"forwardPorts": [3000, 5173, 8080],
|
"forwardPorts": [3000, 5173, 8080, 1455],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"3000": {
|
"3000": {
|
||||||
"label": "Development Server",
|
"label": "Development Server",
|
||||||
|
|||||||
Reference in New Issue
Block a user