Fuegovic commited on
Commit
1a7db18
1 Parent(s): 4a06766

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM ghcr.io/danny-avila/librechat:latest
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
  ENV PORT=7860
 
7
 
8
  # Install dependencies
9
  RUN cd /app/api && npm install
 
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
  ENV PORT=7860
7
+ ENV SESSION_EXPIRY=604800000
8
 
9
  # Install dependencies
10
  RUN cd /app/api && npm install