swndyy commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -22,8 +22,8 @@ RUN apt-get install -y \
|
|
| 22 |
libfontconfig1 --no-install-recommends
|
| 23 |
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
| 24 |
WORKDIR /app
|
| 25 |
-
RUN git clone https://github.com/
|
| 26 |
-
RUN mv cdn-
|
| 27 |
COPY . $WORKDIR
|
| 28 |
RUN npm i
|
| 29 |
EXPOSE 7860
|
|
|
|
| 22 |
libfontconfig1 --no-install-recommends
|
| 23 |
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
| 24 |
WORKDIR /app
|
| 25 |
+
RUN git clone https://github.com/senochii/cdn-nekochii
|
| 26 |
+
RUN mv cdn-nekochii/* /app
|
| 27 |
COPY . $WORKDIR
|
| 28 |
RUN npm i
|
| 29 |
EXPOSE 7860
|