Spaces:
Runtime error
Runtime error
circulartext
commited on
Commit
•
b14a9ba
1
Parent(s):
cdb0339
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -37,5 +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", "--reload"]
|
41 |
-
|
|
|
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", "--reload"]
|
|