Commit
·
87728c7
1
Parent(s):
b1a7d86
f2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,4 +39,4 @@ RUN mkdir -p $HOME/app/uploads $HOME/app/cache
|
|
39 |
EXPOSE 7860
|
40 |
|
41 |
# Start the FastAPI app with uvicorn
|
42 |
-
CMD ["uvicorn", "
|
|
|
39 |
EXPOSE 7860
|
40 |
|
41 |
# Start the FastAPI app with uvicorn
|
42 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|