mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
chore: don't copy makefile
This commit is contained in:
parent
fdd4ed6420
commit
0ea21b8faf
2 changed files with 0 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ COPY --chown=worker private_gpt/ private_gpt
|
||||||
COPY --chown=worker fern/ fern
|
COPY --chown=worker fern/ fern
|
||||||
COPY --chown=worker *.yaml .
|
COPY --chown=worker *.yaml .
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
COPY --chown=worker Makefile .
|
|
||||||
|
|
||||||
USER worker
|
USER worker
|
||||||
ENTRYPOINT python -m private_gpt
|
ENTRYPOINT python -m private_gpt
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ COPY --chown=worker private_gpt/ private_gpt
|
||||||
COPY --chown=worker fern/ fern
|
COPY --chown=worker fern/ fern
|
||||||
COPY --chown=worker *.yaml ./
|
COPY --chown=worker *.yaml ./
|
||||||
COPY --chown=worker scripts/ scripts
|
COPY --chown=worker scripts/ scripts
|
||||||
COPY --chown=worker Makefile .
|
|
||||||
|
|
||||||
USER worker
|
USER worker
|
||||||
ENTRYPOINT python -m private_gpt
|
ENTRYPOINT python -m private_gpt
|
||||||
Loading…
Add table
Add a link
Reference in a new issue