Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down