Updated Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -15,7 +15,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
15 |
|
16 |
# Copy the rest of the application
|
17 |
COPY app/ ./app/
|
18 |
-
COPY .env .
|
19 |
|
20 |
# Create required directories with proper permissions
|
21 |
RUN mkdir -p uploads models
|
|
|
15 |
|
16 |
# Copy the rest of the application
|
17 |
COPY app/ ./app/
|
|
|
18 |
|
19 |
# Create required directories with proper permissions
|
20 |
RUN mkdir -p uploads models
|