Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ WORKDIR /app
|
|
| 16 |
|
| 17 |
# Copy application files
|
| 18 |
COPY requirements.txt .
|
| 19 |
-
COPY
|
| 20 |
|
| 21 |
# Install Python dependencies
|
| 22 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
|
|
|
| 16 |
|
| 17 |
# Copy application files
|
| 18 |
COPY requirements.txt .
|
| 19 |
+
COPY . .
|
| 20 |
|
| 21 |
# Install Python dependencies
|
| 22 |
RUN pip3 install --no-cache-dir -r requirements.txt
|