Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN npm run build
|
|
| 15 |
|
| 16 |
# Define environment variables
|
| 17 |
|
| 18 |
-
ENV CUSTOM_MODELS=-all,+deepseek_chat
|
| 19 |
|
| 20 |
# Expose port 3000 for accessing the application
|
| 21 |
EXPOSE 3000
|
|
|
|
| 15 |
|
| 16 |
# Define environment variables
|
| 17 |
|
| 18 |
+
ENV CUSTOM_MODELS=-all,+deepseek_chat,+deepseek_code
|
| 19 |
|
| 20 |
# Expose port 3000 for accessing the application
|
| 21 |
EXPOSE 3000
|