Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -13,6 +13,9 @@ RUN npm install
|
|
13 |
# Build the project
|
14 |
RUN npm run build
|
15 |
|
|
|
|
|
|
|
16 |
# Expose port 3000 for accessing the application
|
17 |
EXPOSE 3000
|
18 |
|
|
|
13 |
# Build the project
|
14 |
RUN npm run build
|
15 |
|
16 |
+
# Define environment variables
|
17 |
+
ENV CUSTOM_MODELS=-all,+gpt-3.5-turbo,+gpt-3.5-turbo-1106,+gpt-3.5-turbo-1025,+gpt-3.5-turbo-16k,+gpt-4o,+gpt-4-turbo-preview,+Creative,+Balanced,+Precise
|
18 |
+
|
19 |
# Expose port 3000 for accessing the application
|
20 |
EXPOSE 3000
|
21 |
|