We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebbac9 commit 21c442bCopy full SHA for 21c442b
config/containers/web-dev.Dockerfile
@@ -7,7 +7,7 @@
7
# SPDX-Licence-Identifier: GPL-3.0-or-later
8
# SPDX-FileCopyrightText: 2025-2026 xaoscience
9
10
-# Install nvm and Node.js system-wide (required for npx-dependent MCP servers like firecrawl)
+# Install nvm and Node.js system-wide (required for npm install wrangler)
11
ENV NVM_DIR=/opt/nvm
12
RUN mkdir -p /opt/nvm \
13
&& curl -s -o- https://raw.githubusercontent.com/nvm-sh/nvm/$(curl -s https://api.github.com/repos/nvm-sh/nvm/releases/latest | grep -o '"tag_name": "[^"]*' | cut -d'"' -f4)/install.sh | bash \
0 commit comments