Skip to content

Commit 3d48b3e

Browse files
committed
fix(Makefile): move dbctl before Makefile
1 parent 0f8ecd9 commit 3d48b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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 ./server/
17+
COPY ./dbctl ./dbctl/
1718
COPY Makefile .
1819

1920
RUN make install
20-
COPY ./dbctl ./dbctl/
2121
RUN cd dbctl && go mod download
2222
RUN rm -rf client server Makefile dbctl
2323

0 commit comments

Comments
 (0)