Updated dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -8,7 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
8 |
|
9 |
# Copy the rest of the application
|
10 |
COPY app/ ./app/
|
11 |
-
COPY models/ ./models/
|
12 |
COPY .env .
|
13 |
|
14 |
# Create required directories
|
|
|
8 |
|
9 |
# Copy the rest of the application
|
10 |
COPY app/ ./app/
|
|
|
11 |
COPY .env .
|
12 |
|
13 |
# Create required directories
|