correct docker start command

This commit is contained in:
2024-03-12 21:23:02 +01:00
parent 319da2dc31
commit f55307f228

View File

@@ -16,4 +16,4 @@ RUN rm requirements.txt
# command to run on container start
ENTRYPOINT ["streamlit", "run"]
CMD ["start_page.py"]
CMD ["start_app.py"]