Skip to content

Commit

Permalink
fix(docker): docker broken copy (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloogc authored Dec 18, 2023
1 parent 8ec7cf4 commit 059f358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.external
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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
COPY --chown=worker fern/ fern
COPY --chown=worker *.yaml *.md ./

USER worker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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
COPY --chown=worker fern/ fern
COPY --chown=worker *.yaml *.md ./

USER worker
Expand Down

0 comments on commit 059f358

Please sign in to comment.