arthuroe commited on
Commit
a84c81a
·
verified ·
1 Parent(s): 227ab6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # COPY openrouter_llm.py .
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