Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM ghcr.io/
|
2 |
|
3 |
|
4 |
-
CMD ["
|
|
|
1 |
+
FROM ghcr.io/gordonchanfz/fy
|
2 |
|
3 |
|
4 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|