Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ COPY requirements.txt .
|
|
| 9 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 10 |
|
| 11 |
# Copy the rest of the app
|
| 12 |
-
COPY app.py ./
|
| 13 |
|
| 14 |
# Expose port 5000 (Flask default)
|
| 15 |
EXPOSE 7860
|
|
|
|
| 9 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 10 |
|
| 11 |
# Copy the rest of the app
|
| 12 |
+
COPY app.py video.py ./
|
| 13 |
|
| 14 |
# Expose port 5000 (Flask default)
|
| 15 |
EXPOSE 7860
|