chb2026 commited on
Commit
2ad48b6
·
verified ·
1 Parent(s): ef76ffc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -10,7 +10,6 @@ RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy application code
12
  COPY app.py .
13
- COPY .env.example .env
14
 
15
  # Create required directories
16
  RUN mkdir -p conversations exports
 
10
 
11
  # Copy application code
12
  COPY app.py .
 
13
 
14
  # Create required directories
15
  RUN mkdir -p conversations exports