Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -37,4 +37,4 @@ USER user
|
|
| 37 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
| 38 |
|
| 39 |
# Specify the command to run your application
|
| 40 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
|
| 37 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
| 38 |
|
| 39 |
# Specify the command to run your application
|
| 40 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|