mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 13:55:41 +01:00
chore: clean up
This commit is contained in:
parent
0399eaa1c9
commit
e6558002a7
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ EXPOSE 8080
|
|||
RUN adduser --system worker
|
||||
WORKDIR /home/worker/app
|
||||
|
||||
RUN mkdir "local_data"; chown worker local_data
|
||||
RUN mkdir "models"; chown worker models
|
||||
RUN mkdir local_data; chown worker local_data
|
||||
RUN mkdir models; chown worker models
|
||||
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
|
||||
COPY --chown=worker private_gpt/ private_gpt
|
||||
COPY --chown=worker docs/ docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue