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