Spaces:
Running
Running
circulartext
commited on
Update Dockerfile2
Browse files- Dockerfile2 +1 -0
Dockerfile2
CHANGED
@@ -40,3 +40,4 @@ 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"]
|
|
|
|
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"]
|
43 |
+
|