Spaces:
Runtime error
Runtime error
Commit
·
ff7b0eb
1
Parent(s):
97968dc
Fixing dockerfile v10
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ COPY --chown=user src/ /app/src
|
|
17 |
EXPOSE 7860
|
18 |
|
19 |
# Command to run the application
|
20 |
-
CMD ["uvicorn", "
|
|
|
17 |
EXPOSE 7860
|
18 |
|
19 |
# Command to run the application
|
20 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|