Skip to content

Commit

Permalink
fix: fix dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing authored and SimFG committed Nov 27, 2023
1 parent 5d26c91 commit 47a5305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM golang:1.18 AS builder
ENV CGO_ENABLED=1
WORKDIR /app
COPY . .
RUN go mod tidy
RUN cd server && go build -o /app/milvus-cdc main/main.go

FROM debian:bullseye
Expand Down

0 comments on commit 47a5305

Please sign in to comment.