Fixed dockerfile copy path
This commit is contained in:
@@ -2,6 +2,6 @@ FROM python:3.11
|
|||||||
|
|
||||||
RUN pip install git+https://git.ohea.xyz/cursorius/pipeline-api#subdirectory=python
|
RUN pip install git+https://git.ohea.xyz/cursorius/pipeline-api#subdirectory=python
|
||||||
|
|
||||||
COPY build.py /
|
COPY .cursorius/build.py /
|
||||||
CMD ["python3", "/build.py"]
|
CMD ["python3", "/build.py"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user