Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
23 |
|
24 |
# Copy application code
|
25 |
COPY app.py .
|
26 |
-
|
27 |
# COPY .env.free .env
|
28 |
|
29 |
# Create necessary directories
|
|
|
23 |
|
24 |
# Copy application code
|
25 |
COPY app.py .
|
26 |
+
COPY openrouter_llm.py .
|
27 |
# COPY .env.free .env
|
28 |
|
29 |
# Create necessary directories
|