Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Pull the base image
|
| 2 |
-
FROM ghcr.io/danny-avila/librechat
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
ENV HOST=0.0.0.0
|
|
|
|
| 1 |
# Pull the base image
|
| 2 |
+
FROM ghcr.io/danny-avila/librechat:latest
|
| 3 |
|
| 4 |
# Set environment variables
|
| 5 |
ENV HOST=0.0.0.0
|