Spaces:
Sleeping
Sleeping
Commit
·
52cffaa
1
Parent(s):
57184e7
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,4 +39,4 @@ USER user
|
|
39 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
40 |
|
41 |
# Default command to run if the user doesn't provide a command
|
42 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
|
|
|
39 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
40 |
|
41 |
# Default command to run if the user doesn't provide a command
|
42 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
|