sparkleman commited on
Commit
efab3b4
·
1 Parent(s): fda0968
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -7,11 +7,6 @@ WORKDIR /app
7
 
8
  RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git
9
 
10
- # 安装Node.js和npm
11
- RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
12
- apt-get install -y nodejs
13
-
14
- # 安装pnpm
15
  RUN npm install -g pnpm
16
 
17
  RUN pnpm install && pnpm run build
 
7
 
8
  RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git
9
 
 
 
 
 
 
10
  RUN npm install -g pnpm
11
 
12
  RUN pnpm install && pnpm run build