vnsd13 commited on
Commit
6580cfe
·
1 Parent(s): e53e129
Files changed (1) hide show
  1. 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 app: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 main:app --host 0.0.0.0 --port ${PORT:-7860} --proxy-headers --forwarded-allow-ips='*'"]