Spaces:
Running
Running
Run app_entry.py with extra fixes for tiktok buttons and duplicate slides"
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,4 +9,4 @@ COPY . .
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
-
CMD ["uvicorn", "
|
|
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
+
CMD ["uvicorn", "app_entry:app", "--host", "0.0.0.0", "--port", "7860"]
|