File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN mkdir local_data; chown worker local_data
29
29
RUN mkdir models; chown worker models
30
30
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
31
31
COPY --chown=worker private_gpt/ private_gpt
32
- COPY --chown=worker docs/ docs
32
+ COPY --chown=worker fern/ fern
33
33
COPY --chown=worker *.yaml *.md ./
34
34
35
35
USER worker
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN mkdir local_data; chown worker local_data
40
40
RUN mkdir models; chown worker models
41
41
COPY --chown=worker --from=dependencies /home/worker/app/.venv/ .venv
42
42
COPY --chown=worker private_gpt/ private_gpt
43
- COPY --chown=worker docs/ docs
43
+ COPY --chown=worker fern/ fern
44
44
COPY --chown=worker *.yaml *.md ./
45
45
46
46
USER worker
You can’t perform that action at this time.
0 commit comments