Spaces:
Runtime error
Runtime error
ubah app.py jadi streamlit_app.py
Browse files- 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", "
|
|
|
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
# Jalankan Streamlit
|
| 14 |
+
CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "7860"]
|