diff --git a/Dockerfile b/Dockerfile index 4e45585..f0028c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN rm requirements.txt # command to run on container start ENTRYPOINT ["streamlit", "run"] -CMD ["start_page.py"] \ No newline at end of file +CMD ["start_app.py"] \ No newline at end of file