Skip to content

Commit 0c67814

Browse files
committed
fix(Dockerfile): copy tools.go
1 parent d501434 commit 0c67814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ COPY --from=golang:1.16 /usr/local/go/ /usr/local/go/
1414
WORKDIR /workspace
1515
COPY ./client/pubspec.lock ./client/pubspec.yaml ./client/
1616
COPY ./server/go.* ./server/
17+
COPY ./server/cmd/tools/tools.go ./server/cmd/tools/
1718
COPY ./dbctl/go.* ./dbctl/
1819
COPY Makefile .
1920

0 commit comments

Comments
 (0)