Skip to content

Commit

Permalink
remove build for api from compose
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Aug 9, 2022
1 parent 7fb49b6 commit 15db787
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ services:
api:
image: ghcr.io/podkrepi-bg/api:master
profiles: ['api-docker']
build:
context: .
dockerfile: ./Dockerfile
target: ${TARGET_ENV?}
container_name: ${COMPOSE_PROJECT_NAME?}-api
restart: always
environment:
Expand Down

1 comment on commit 15db787

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 72.06% 1736/2409
🔴 Branches 43.28% 190/439
🔴 Functions 44.16% 208/471
🟡 Lines 70.06% 1528/2181

Test suite run success

169 tests passing in 62 suites.

Report generated by 🧪jest coverage report action from 15db787

Please sign in to comment.