Spaces:
Runtime error
Runtime error
AkshayaKeerthi
commited on
Commit
•
58fda82
1
Parent(s):
e292eab
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ USER user
|
|
30 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
31 |
COPY --chown=user . /app
|
32 |
|
33 |
-
CMD ["uvicorn", "
|
|
|
30 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
31 |
COPY --chown=user . /app
|
32 |
|
33 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|