mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
Do NOT copy markdown files
I doubt anyone reads a markdown file within a Docker image
This commit is contained in:
parent
a773e1324d
commit
50903b9358
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ RUN mkdir models; chown worker models
|
||||||
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
||||||
COPY --chown=worker private_gpt/ private_gpt
|
COPY --chown=worker private_gpt/ private_gpt
|
||||||
COPY --chown=worker fern/ fern
|
COPY --chown=worker fern/ fern
|
||||||
COPY --chown=worker *.yaml *.md ./
|
COPY --chown=worker *.yaml .
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
COPY --chown=worker Makefile .
|
COPY --chown=worker Makefile .
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ RUN mkdir models; chown worker models
|
||||||
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
||||||
COPY --chown=worker private_gpt/ private_gpt
|
COPY --chown=worker private_gpt/ private_gpt
|
||||||
COPY --chown=worker fern/ fern
|
COPY --chown=worker fern/ fern
|
||||||
COPY --chown=worker *.yaml *.md ./
|
COPY --chown=worker *.yaml ./
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
COPY --chown=worker Makefile .
|
COPY --chown=worker Makefile .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue