From 2b10a94b72e72b61410e85d854c1e3232d5044cc Mon Sep 17 00:00:00 2001 From: Chris Mears Date: Sun, 23 May 2021 20:27:39 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c3b70..64c0d3d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,13 @@ The run script will build the app, dockerize it, and deploy to docker compose au * Dockerize it with `docker build .`. * Substitute the tag in the `docker.compose.yml` file and run `docker-compose up -d` to deploy it locally. -## Useful Docker Commands +## Useful Commands + +### Testing + +`./gradlew test` + +### Docker * `docker-compose ps` - Shows which docker containers are running. * `docker logs -f openbrewerydb` - Shows the server logs.