qitongwei commited on
Commit
87af180
·
verified ·
1 Parent(s): 6fdb66a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Pull the base image
2
- FROM ghcr.io/danny-avila/librechat:v0.7.7
3
  # Set environment variables
4
  ENV HOST=0.0.0.0
5
  ENV PORT=7860
 
1
  # Pull the base image
2
+ FROM ghcr.io/danny-avila/librechat-dev:latest
3
  # Set environment variables
4
  ENV HOST=0.0.0.0
5
  ENV PORT=7860