From 999fa8bbce9384a154b0c7a74c626d65431e20a6 Mon Sep 17 00:00:00 2001 From: tuduun Date: Thu, 21 Mar 2024 02:32:17 -0400 Subject: [PATCH] Edit Docker CMD code --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 583c66a..c2ccb71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ WORKDIR /app/src EXPOSE 8501 # Define the command to run your app using Poetry -CMD ["poetry", "run", "streamlit", "run", "main.py"] +CMD ["poetry", "run", "streamlit", "run", "src/app/main.py"]