adtyalan commited on
Commit
04faf46
·
verified ·
1 Parent(s): 6f08448

ubah app.py jadi streamlit_app.py

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY . /app
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Jalankan Streamlit
14
- CMD ["streamlit", "run", "app.py", "--server.port", "7860"]
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Jalankan Streamlit
14
+ CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "7860"]