solitudeLin commited on
Commit
582592d
·
verified ·
1 Parent(s): 3569f0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -29,6 +29,8 @@ RUN chmod -R 777 /app/data
29
  # Copy Custom Endpoints Config
30
  # RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml
31
  COPY librechat.yaml /app/librechat.yaml
 
 
32
 
33
  # Install dependencies
34
  RUN cd /app/api && npm install
 
29
  # Copy Custom Endpoints Config
30
  # RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml
31
  COPY librechat.yaml /app/librechat.yaml
32
+ COPY .env /app/.env
33
+
34
 
35
  # Install dependencies
36
  RUN cd /app/api && npm install