nsarrazin commited on
Commit
cc94b85
·
unverified ·
1 Parent(s): 7b5b254
Files changed (1) hide show
  1. 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