Fuegovic commited on
Commit
40a83b6
·
verified ·
1 Parent(s): 3180261

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,9 +1,10 @@
1
  # Pull the base image
2
  FROM ghcr.io/danny-avila/librechat-dev:latest
 
3
 
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
- ENV PORT=7860
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
9
  ENV SEARCH=false
 
1
  # Pull the base image
2
  FROM ghcr.io/danny-avila/librechat-dev:latest
3
+ EXPOSE 3080
4
 
5
  # Set environment variables
6
  ENV HOST=0.0.0.0
7
+ ENV PORT=3080
8
  ENV SESSION_EXPIRY=900000
9
  ENV REFRESH_TOKEN_EXPIRY=604800000
10
  ENV SEARCH=false