Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 16 |
pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
# Copy application
|
| 19 |
-
COPY
|
| 20 |
|
| 21 |
# Hugging Face Spaces PORT
|
| 22 |
ENV PORT=7860
|
|
|
|
| 16 |
pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
# Copy application
|
| 19 |
+
COPY app.py .
|
| 20 |
|
| 21 |
# Hugging Face Spaces PORT
|
| 22 |
ENV PORT=7860
|