sparkleman commited on
Commit
9087afa
·
1 Parent(s): efab3b4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apk update && apk upgrade && \
5
 
6
  WORKDIR /app
7
 
8
- RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git
9
 
10
  RUN npm install -g pnpm
11
 
 
5
 
6
  WORKDIR /app
7
 
8
+ RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git /app
9
 
10
  RUN npm install -g pnpm
11