Spaces:
Runtime error
Runtime error
circulartext
commited on
Commit
•
60264d8
1
Parent(s):
b14a9ba
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"]
|