Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ RUN npm install --prefer-offline --no-audit && \
(cd web && npm install --prefer-offline --no-audit) && \
(cd ui-tui && npm install --prefer-offline --no-audit) && \
npm cache clean --force && \
npm install -g opencode-ai@latest pnpm
npm install -g opencode-ai@latest && \
curl -fsSL https://get.pnpm.io/install.sh | sh -

# ---------- Source code ----------
# .dockerignore excludes node_modules, so the installs above survive.
Expand Down
Loading