fix(docker): set NODE_PATH for global @vscode/ripgrep resolution
This commit is contained in:
parent
4251cc4cdd
commit
e7360ff556
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
|
|||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
||||
|
||||
RUN npm install -g opencode-ai repomix @vscode/ripgrep --unsafe-perm
|
||||
ENV NODE_PATH=/usr/local/lib/node_modules
|
||||
|
||||
COPY pyproject.toml uv.lock README.md /opt/memory/
|
||||
COPY src/ /opt/memory/src/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue