Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Pull the base image
|
2 |
|
3 |
|
4 |
-
FROM ghcr.io/danny-avila/librechat:latest
|
5 |
# FROM ghcr.io/danny-avila/librechat:latest # Uncomment this and comment out the previous line for the less up to date but more stable release
|
6 |
|
7 |
# Set environment variables
|
|
|
1 |
# Pull the base image
|
2 |
|
3 |
|
4 |
+
FROM ghcr.io/danny-avila/librechat-dev:latest
|
5 |
# FROM ghcr.io/danny-avila/librechat:latest # Uncomment this and comment out the previous line for the less up to date but more stable release
|
6 |
|
7 |
# Set environment variables
|