From f55307f22896e228c1fc55bcc9686d5d2e2d3f3e Mon Sep 17 00:00:00 2001 From: dresber Date: Tue, 12 Mar 2024 21:23:02 +0100 Subject: [PATCH] correct docker start command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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