From 9c6ee18fb39f3fc7542d04c6e8174fae2dcde686 Mon Sep 17 00:00:00 2001 From: Yahor Ivanou Date: Mon, 1 Feb 2021 23:59:58 +0100 Subject: [PATCH] fix: remove unused property from AppProperties --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a137433..fa924ec 100644 --- a/README.md +++ b/README.md @@ -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 +