forked from wrenn/wrenn
v0.0.1 (#8)
Co-authored-by: Tasnim Kabir Sadik <tksadik92@gmail.com> Reviewed-on: wrenn/sandbox#8
This commit is contained in:
6
Makefile
6
Makefile
@ -39,7 +39,7 @@ dev: dev-infra migrate-up dev-cp
|
||||
dev-infra:
|
||||
docker compose -f deploy/docker-compose.dev.yml up -d
|
||||
@echo "Waiting for PostgreSQL..."
|
||||
@until pg_isready -h localhost -p 5432 -q; do sleep 0.5; done
|
||||
@until docker compose -f deploy/docker-compose.dev.yml exec -T postgres pg_isready -q 2>/dev/null; do sleep 0.5; done
|
||||
@echo "Dev infrastructure ready."
|
||||
|
||||
dev-down:
|
||||
@ -53,7 +53,7 @@ dev-agent:
|
||||
sudo go run ./cmd/host-agent
|
||||
|
||||
dev-frontend:
|
||||
cd frontend && pnpm dev --port 5173
|
||||
cd frontend && pnpm dev --port 5173 --host 0.0.0.0
|
||||
|
||||
dev-envd:
|
||||
cd $(ENVD_DIR) && go run . --debug --listen-tcp :3002
|
||||
@ -137,7 +137,7 @@ image-minimal:
|
||||
sudo bash images/templates/minimal/build.sh
|
||||
|
||||
image-python:
|
||||
sudo bash images/templates/python311/build.sh
|
||||
sudo bash images/templates/python312/build.sh
|
||||
|
||||
image-node:
|
||||
sudo bash images/templates/node20/build.sh
|
||||
|
||||
Reference in New Issue
Block a user