diff --git a/Dockerfile b/Dockerfile index fe564b6..3d63012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ COPY . . ENV PYTHONPATH="${PYTHONPATH}:/app/src" # Set the command to execute the main Python script -CMD ["python", "app/src/main.py"] +CMD ["python", "/app/src/main.py"]