Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
·
6ef69d6
1
Parent(s):
0007fb9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,4 +35,4 @@ USER "$USERNAME"
|
|
35 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
36 |
|
37 |
# Default command to run if the user doesn't provide a command
|
38 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
35 |
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
36 |
|
37 |
# Default command to run if the user doesn't provide a command
|
38 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|