Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ COPY requirements.txt .
|
|
17 |
RUN pip install --no-cache-dir -r requirements.txt
|
18 |
|
19 |
# Copy the entire contents of the 'app' directory into the container
|
20 |
-
COPY
|
21 |
|
22 |
# Change directory to the 'Model' directory
|
23 |
WORKDIR /app
|
|
|
17 |
RUN pip install --no-cache-dir -r requirements.txt
|
18 |
|
19 |
# Copy the entire contents of the 'app' directory into the container
|
20 |
+
COPY . .
|
21 |
|
22 |
# Change directory to the 'Model' directory
|
23 |
WORKDIR /app
|