Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
package to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Dec 7, 2024
1 parent 371e443 commit c29eaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prepare:
mkdir -p data/databend

up: prepare
docker-compose -f docker-compose.yaml up --quiet-pull -d databend --wait
docker compose -f docker-compose.yaml up --quiet-pull -d databend --wait
curl -u root: -XPOST "http://localhost:8000/v1/query" -H 'Content-Type: application/json' -d '{"sql": "select version()", "pagination": { "wait_time_secs": 10}}'

start: up
Expand Down

0 comments on commit c29eaef

Please sign in to comment.