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