diff --git a/Dockerfile b/Dockerfile index 0d7bd5b..aad4152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 8051 -CMD ["streamlit", "run", "InSightful.py"] \ No newline at end of file +CMD ["streamlit", "run", "app.py"]