fix: copy git to correctly display version in /version

This commit is contained in:
mudler 2023-07-02 11:14:09 +02:00
parent f09ddd2983
commit 6d19a8bdb5
2 changed files with 3 additions and 1 deletions

View file

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