Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ COPY requirements.txt .
|
|
| 20 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 21 |
|
| 22 |
# Copy your Python files
|
| 23 |
-
COPY
|
| 24 |
COPY app.py .
|
| 25 |
|
| 26 |
# Expose port 7860 (HuggingFace Spaces default)
|
|
|
|
| 20 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 21 |
|
| 22 |
# Copy your Python files
|
| 23 |
+
COPY ord.py .
|
| 24 |
COPY app.py .
|
| 25 |
|
| 26 |
# Expose port 7860 (HuggingFace Spaces default)
|