Closed josteinaj closed 1 year ago
I've been through the Dockerfile and fixed some linter warnings.
I've also made it so that all the tests are run when building the docker image. They can be skipped by setting the build argument SKIP_TESTS to true.
SKIP_TESTS
true
Also, I've added a basic healthcheck, which simply checks that it gets a HTTP 200 OK from /v1/.
/v1/
I've been through the Dockerfile and fixed some linter warnings.
I've also made it so that all the tests are run when building the docker image. They can be skipped by setting the build argument
SKIP_TESTS
totrue
.Also, I've added a basic healthcheck, which simply checks that it gets a HTTP 200 OK from
/v1/
.