Update Dockerfile
Browse files- 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
|