Dinaliah commited on
Commit
c816401
·
verified ·
1 Parent(s): 29a4223

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY . .
13
  # Buka Port 7860 (Standar Hugging Face Spaces)
14
  EXPOSE 7860
15
 
16
- CMD ["uvicorn", "streamlit_app:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
  # Buka Port 7860 (Standar Hugging Face Spaces)
14
  EXPOSE 7860
15
 
16
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]