Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
|
|
5 |
RUN git clone https://github.com/dark2star/kimi-free-api.git
|
6 |
|
7 |
RUN chmod 777 /app
|
8 |
-
RUN mv ./
|
9 |
RUN ls /app
|
10 |
|
11 |
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
|
|
|
5 |
RUN git clone https://github.com/dark2star/kimi-free-api.git
|
6 |
|
7 |
RUN chmod 777 /app
|
8 |
+
RUN mv ./kimi-free-api/* /app
|
9 |
RUN ls /app
|
10 |
|
11 |
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
|