Skip to content

Commit

Permalink
Merge pull request #614 from IntersectMBO/fix/fix-dev-build-caused-by…
Browse files Browse the repository at this point in the history
…-missing-indents

fix: fix dev build failing by missing indents
  • Loading branch information
MSzalowski authored Apr 3, 2024
2 parents e86b481 + 07be3b3 commit 2dfdb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/govtool/config/templates/docker-compose.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ services:
context: ../../govtool/metadata-validation
environment:
- PORT=3000
logging: *logging
restart: always
logging: *logging
restart: always
healthcheck:
test: ["CMD-SHELL", "curl -f 127.0.0.1:3000/health || exit 1"]
interval: 5s
Expand Down

0 comments on commit 2dfdb23

Please sign in to comment.