We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d501434 commit 0c67814Copy full SHA for 0c67814
tools/Dockerfile
@@ -14,6 +14,7 @@ COPY --from=golang:1.16 /usr/local/go/ /usr/local/go/
14
WORKDIR /workspace
15
COPY ./client/pubspec.lock ./client/pubspec.yaml ./client/
16
COPY ./server/go.* ./server/
17
+COPY ./server/cmd/tools/tools.go ./server/cmd/tools/
18
COPY ./dbctl/go.* ./dbctl/
19
COPY Makefile .
20
0 commit comments