Fixed dockerfile copy path

This commit is contained in:
2023-02-24 22:11:08 -07:00
parent 18ecd196db
commit 08253e8a97
+1 -1
View File
@@ -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"]