Skip to content

Commit

Permalink
remove make qa
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 12, 2024
1 parent 5279e83 commit 8a35487
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ docker:
docker rm -v -f $$(docker ps -qa) || echo "No containers found. Skipping removal."
docker-compose up

docker-qa:
docker rm -v -f $$(docker ps -qa) || echo "No containers found. Skipping removal."
docker-compose -f docker-compose.qa.yml up

server:
go run cmd/main.go

Expand Down

0 comments on commit 8a35487

Please sign in to comment.