Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
-
CMD ["
|
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
+
CMD ["hypercorn", "main:app", "--bind", "0.0.0.0:7860"]
|