sparkleman commited on
Commit ·
0d086e2
1
Parent(s): b6e426f
UPDATE
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -6,9 +6,9 @@ RUN apk update && apk upgrade && \
|
|
| 6 |
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
| 7 |
RUN npm install -g pnpm
|
| 8 |
|
| 9 |
-
WORKDIR /app
|
| 10 |
-
|
| 11 |
ADD https://api.github.com/repos/SolomonLeon/web-rwkv-realweb/git/refs/heads/ version.json
|
|
|
|
|
|
|
| 12 |
RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git /app
|
| 13 |
|
| 14 |
WORKDIR /app/web-rwkv-wasm
|
|
|
|
| 6 |
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
| 7 |
RUN npm install -g pnpm
|
| 8 |
|
|
|
|
|
|
|
| 9 |
ADD https://api.github.com/repos/SolomonLeon/web-rwkv-realweb/git/refs/heads/ version.json
|
| 10 |
+
|
| 11 |
+
WORKDIR /app
|
| 12 |
RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git /app
|
| 13 |
|
| 14 |
WORKDIR /app/web-rwkv-wasm
|