Spaces:
Build error
Build error
test
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,8 @@ RUN git clone https://github.com/huggingface/chat-ui.git --branch feature/idefic
|
|
| 14 |
|
| 15 |
WORKDIR /app/chat-ui
|
| 16 |
|
|
|
|
|
|
|
| 17 |
RUN --mount=type=cache,target=/app/.npm \
|
| 18 |
npm set cache /app/.npm && \
|
| 19 |
npm ci
|
|
|
|
| 14 |
|
| 15 |
WORKDIR /app/chat-ui
|
| 16 |
|
| 17 |
+
COPY entrypoint.sh /app/chat-ui/entrypoint.sh
|
| 18 |
+
|
| 19 |
RUN --mount=type=cache,target=/app/.npm \
|
| 20 |
npm set cache /app/.npm && \
|
| 21 |
npm ci
|