Boning c commited on
Update Dockerfile
Browse files- 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
|