Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ RUN apt update && apt install -y ffmpeg
|
|
20 |
|
21 |
COPY . .
|
22 |
|
23 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "
|
|
|
20 |
|
21 |
COPY . .
|
22 |
|
23 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "run:app"]
|