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"]