Skip to content

Commit

Permalink
Update development.md (#3783)
Browse files Browse the repository at this point in the history
## Summary
Fixes docker run logs command to match what is makefile

### Time to review: __1 min__

## Changes proposed
- fix small typo in api > development.md: `make run logs` should be
`make run-logs`

## Context for reviewers
> Testing instructions, background context, more in-depth details of the
implementation, and anything else you'd like to call out or ask
reviewers. Explain how the changes were verified.

- please reference [this line in api > Makefile](run-logs: start ##
Start the API and follow the logs)

## Additional information
> Screenshots, GIF demos, code examples or output to help show the
changes working as expected.
![Screenshot 2025-02-05 at 5 21
56 PM](https://github.com/user-attachments/assets/bff1bd6b-5893-480d-9639-48f34ad5c6ec)
  • Loading branch information
karinamzalez authored Feb 6, 2025
1 parent 0e1c7a6 commit 5e3ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/api/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This section covers development using Docker. There are a number of Docker comma

### Setup

Run `make init && make run logs` to start the local containers. The application will be available at `http://localhost:8080` and API documentation at `http://localhost:8080/docs`.
Run `make init && make run-logs` to start the local containers. The application will be available at `http://localhost:8080` and API documentation at `http://localhost:8080/docs`.

This stands up the following services:

Expand Down

0 comments on commit 5e3ff4e

Please sign in to comment.