codi430 commited on
Commit
57df6eb
·
verified ·
1 Parent(s): 4e7bfd9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -74,8 +74,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
74
  && python3 -m venv $VIRTUAL_ENV \
75
  && $VIRTUAL_ENV/bin/pip install --no-cache-dir --upgrade pip requests yt-dlp \
76
  # 安装 n8n 1.104.1 (2025-07-23)
77
- # && npm install -g n8n@latest pnpm \
78
- && npm install --force -g n8n@latest pnpm \
79
  && npm cache clean --force
80
 
81
 
 
74
  && python3 -m venv $VIRTUAL_ENV \
75
  && $VIRTUAL_ENV/bin/pip install --no-cache-dir --upgrade pip requests yt-dlp \
76
  # 安装 n8n 1.104.1 (2025-07-23)
77
+ && npm install -g n8n@latest pnpm \
78
+ #&& npm install --force -g n8n@latest pnpm \
79
  && npm cache clean --force
80
 
81