diff --git a/.cursorius/Dockerfile b/.cursorius/Dockerfile index 4144116..2aa1a6c 100644 --- a/.cursorius/Dockerfile +++ b/.cursorius/Dockerfile @@ -2,6 +2,6 @@ FROM python:3.11 RUN pip install git+https://git.ohea.xyz/cursorius/pipeline-api#subdirectory=python -COPY build.py / +COPY .cursorius/build.py / CMD ["python3", "/build.py"]