diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index dc09c3b..0fcf434 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -14,7 +14,7 @@ services: frontend: build: ./frontend - env_file: .env.test + env_file: .env.dev healthcheck: test: "curl --fail --request GET --header 'content-type: application/json' --url 'http://localhost:3000/api/healthcheck' || exit 1" retries: 10