Boning c commited on
Commit
df169fd
·
verified ·
1 Parent(s): c86db11

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -1 +1,5 @@
1
  RUN git clone https://github.com/danny-avila/LibreChat.git /app/librechat
 
 
 
 
 
1
  RUN git clone https://github.com/danny-avila/LibreChat.git /app/librechat
2
+
3
+ WORKDIR /app/librechat
4
+ RUN cd server && npm install
5
+ RUN cd client && npm install