From 59b9c31d695088149deb1a6bf196a0b2efaf8965 Mon Sep 17 00:00:00 2001 From: Kate Sugden <107400614+ksugden@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:29:37 +0000 Subject: [PATCH] Update Dockerfile --- integration-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index c881857e0..bab06a6dc 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -14,4 +14,4 @@ RUN poetry install --no-root HEALTHCHECK --interval=5m --timeout=3s \ CMD curl -f http://localhost/ || exit 1 -CMD ["poetry", "run", "pytest"] \ No newline at end of file +CMD ["poetry", "run", "pytest"]