Skip to content

Commit 7bf6c4b

Browse files
committed
fix(docker): include util dir in upstream image build
Include util dir in the upstream image build. Its absence was causing the build to fail.
1 parent 686916d commit 7bf6c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upstream.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COPY vendor vendor
1515
COPY go.mod go.mod
1616
COPY go.sum go.sum
1717
COPY cmd cmd
18+
COPY util util
1819
COPY test test
1920
RUN make build
2021
RUN make build-util

0 commit comments

Comments
 (0)