Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
•
d815ac6
1
Parent(s):
1feaa37
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,6 +28,6 @@ USER user
|
|
28 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
29 |
|
30 |
# Default command to run if the user doesn't provide a command
|
31 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"
|
32 |
|
33 |
|
|
|
28 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
29 |
|
30 |
# Default command to run if the user doesn't provide a command
|
31 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
32 |
|
33 |
|