chore: don't copy makefile

This commit is contained in:
Javier Martinez 2024-07-24 09:14:51 +02:00
parent fdd4ed6420
commit 0ea21b8faf
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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