Spaces:
Sleeping
Sleeping
mits
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ EXPOSE 7860
|
|
| 16 |
|
| 17 |
# Jalankan server FastAPI dengan uvicorn
|
| 18 |
# Gunakan ${PORT:-7860} agar fleksibel di Hugging Face Spaces
|
| 19 |
-
CMD ["sh", "-c", "uvicorn main:app --host 0.0.0.0 --port ${PORT:-7860} --proxy-headers --forwarded-allow-ips='*'"]
|
|
|
|
| 16 |
|
| 17 |
# Jalankan server FastAPI dengan uvicorn
|
| 18 |
# Gunakan ${PORT:-7860} agar fleksibel di Hugging Face Spaces
|
| 19 |
+
CMD ["sh", "-c", "uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-7860} --proxy-headers --forwarded-allow-ips='*'"]
|