Copy Makefile for make ingest command

This commit is contained in:
Quentin McGaw 2024-03-25 11:07:55 +00:00
parent 8e33e497af
commit a773e1324d
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ COPY --chown=worker private_gpt/ private_gpt
COPY --chown=worker fern/ fern
COPY --chown=worker *.yaml *.md ./
COPY --chown=worker scripts/ scripts
COPY --chown=worker Makefile .
ENV PYTHONPATH="$PYTHONPATH:/private_gpt/"

View File

@ -46,6 +46,7 @@ COPY --chown=worker private_gpt/ private_gpt
COPY --chown=worker fern/ fern
COPY --chown=worker *.yaml *.md ./
COPY --chown=worker scripts/ scripts
COPY --chown=worker Makefile .
ENV PYTHONPATH="$PYTHONPATH:/private_gpt/"