Spaces:
Runtime error
Runtime error
Commit
·
63b980f
1
Parent(s):
f0345a9
first commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip install fastapi uvicorn
|
|
24 |
|
25 |
COPY . .
|
26 |
|
27 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
24 |
|
25 |
COPY . .
|
26 |
|
27 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|