Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,4 +4,4 @@ COPY . .
|
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 5 |
|
| 6 |
# Run the bot
|
| 7 |
-
CMD ["uvicorn", "app:app"]
|
|
|
|
| 4 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 5 |
|
| 6 |
# Run the bot
|
| 7 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|