Spaces:
Running
Running
Commit
·
a7adfa4
1
Parent(s):
01c8686
Default Agent
Browse files- Dockerfile +1 -1
- app/main.py → main.py +0 -0
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
24 |
EXPOSE 8000
|
25 |
|
26 |
# Command to start the server
|
27 |
-
CMD ["uvicorn", "
|
|
|
24 |
EXPOSE 8000
|
25 |
|
26 |
# Command to start the server
|
27 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
app/main.py → main.py
RENAMED
File without changes
|