Skip to content
Open
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ currency pair: ```GET /api/v1/currencies/chart?from=GBP&to=RUB```
## Running docker image locally
* ```docker build -t currency-api .``` The project will be build, tested and docker image will be created
* ```docker run -p 8080:8080 currency-api``` Run project locally on ```8080``` port