Fuegovic commited on
Commit
fd1c967
1 Parent(s): 18d6384

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,5 +1,8 @@
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
 
1
  # Pull the base image
2
+
3
+
4
+ # FROM ghcr.io/danny-avila/librechat-dev:latest # Uncomment this and comment out the next line for the most up to date, less stable
5
+ FROM ghcr.io/danny-avila/librechat
6
 
7
  # Set environment variables
8
  ENV HOST=0.0.0.0