Skip to content

Commit

Permalink
remove unrelated code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Jul 1, 2024
1 parent 4f8c878 commit b930c03
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions wren-ai-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ dev-down:

## wren-ai-service related ##
start:
poetry run python -m src.__main__ & \
make force_deploy

force_deploy:
while ! nc -z localhost 5556; do \
sleep 1; \
done; \
echo "wren-ai-service is up and running" && \
poetry run python src/force_deploy.py
poetry run python -m src.__main__

build:
docker compose -f docker/docker-compose.yaml --env-file .env.prod build
Expand Down

0 comments on commit b930c03

Please sign in to comment.