From 68344009b8fdd70e28fa1a001063999c11033abb Mon Sep 17 00:00:00 2001 From: Shreyas Mocherla Date: Mon, 15 Jul 2024 18:33:58 +0530 Subject: [PATCH] Changed name of target file from InSightful.py to app.py --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]