Skip to content

Commit f767d82

Browse files
committed
fix: copy .git information for dev builds
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
1 parent be11fa0 commit f767d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/packaging/Dockerfile.ubuntu-dev

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ WORKDIR /build
55

66
COPY ./Makefile ./CMakeLists.txt ./
77
COPY src ./src
8+
9+
COPY .git/ ./.git/
810
COPY cmake ./cmake
911
COPY helio ./helio
1012

0 commit comments

Comments
 (0)