From 6f3de3a8853243d302132083edefe3f87f60dc07 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Thu, 15 Dec 2022 16:43:09 +0000 Subject: feat: Dockerize API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4eef272..cec2780 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Result: "straight flush: 10-high diamonds" ## Usage - Install with `make install`. - Run linting and tests with `make quality test coverage clean`. -- Run API with `make API`. +- Build the API container with `make build`, then run API with `docker compose up -d`. - Check API health with `curl localhost:8000` - Query API for rank with e.g. ```shell -- cgit v1.2.3