mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 23:44:59 +00:00
fix: copy git to correctly display version in /version
This commit is contained in:
parent
f09ddd2983
commit
6d19a8bdb5
2 changed files with 3 additions and 1 deletions
|
@ -83,6 +83,8 @@ RUN make get-sources
|
|||
COPY go.mod .
|
||||
RUN make prepare
|
||||
COPY . .
|
||||
COPY .git .
|
||||
|
||||
RUN ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build
|
||||
|
||||
###################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue