Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alash3al committed Aug 7, 2024
1 parent ffb8b54 commit 1c03e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go mod download

COPY . .

RUN CGO_ENABLED=0 go build -ldflags "-s -w" -o /usr/bin/vecdb ./cmd/
RUN CGO_ENABLED=0 go build -ldflags "-s -w" -o /usr/bin/vecdb .

RUN upx -9 /usr/bin/vecdb

Expand Down

0 comments on commit 1c03e84

Please sign in to comment.