Skip to content

Commit 21c442b

Browse files
committed
chore(web-dev): adapt comment
1 parent 6ebbac9 commit 21c442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/containers/web-dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# SPDX-Licence-Identifier: GPL-3.0-or-later
88
# SPDX-FileCopyrightText: 2025-2026 xaoscience
99

10-
# Install nvm and Node.js system-wide (required for npx-dependent MCP servers like firecrawl)
10+
# Install nvm and Node.js system-wide (required for npm install wrangler)
1111
ENV NVM_DIR=/opt/nvm
1212
RUN mkdir -p /opt/nvm \
1313
&& 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

Comments
 (0)