Zubik Aliaksandr commited on
Commit
c4e5608
1 Parent(s): 3ddcc09

Update Dockerfile

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. Dockerfile +2 -3
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .idea
Dockerfile CHANGED
@@ -1,9 +1,8 @@
1
  FROM ghcr.io/danny-avila/librechat-dev:latest
2
- EXPOSE 3080
3
 
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
- ENV PORT=3080
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
9
 
@@ -28,7 +27,7 @@ RUN chmod -R 777 /app/api/logs/
28
  RUN chmod -R 777 /app/data
29
 
30
  # Copy Custom Endpoints Config
31
- RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-rw.yaml
32
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
33
 
34
  # Install dependencies
 
1
  FROM ghcr.io/danny-avila/librechat-dev:latest
 
2
 
3
  # Set environment variables
4
  ENV HOST=0.0.0.0
5
+ ENV PORT=7860
6
  ENV SESSION_EXPIRY=900000
7
  ENV REFRESH_TOKEN_EXPIRY=604800000
8
 
 
27
  RUN chmod -R 777 /app/data
28
 
29
  # Copy Custom Endpoints Config
30
+ RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/librechat-hf.yaml
31
  # COPY librechat.yaml /app/librechat.yaml # Uncomment this and comment out the previous line to use the local librechat.yaml
32
 
33
  # Install dependencies