We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8ecd9 commit 3d48b3eCopy full SHA for 3d48b3e
tools/Dockerfile
@@ -14,10 +14,10 @@ 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 ./server/
17
+COPY ./dbctl ./dbctl/
18
COPY Makefile .
19
20
RUN make install
-COPY ./dbctl ./dbctl/
21
RUN cd dbctl && go mod download
22
RUN rm -rf client server Makefile dbctl
23
0 commit comments