From e62695e0738227eebaabe8c6044c4b41db2314bd Mon Sep 17 00:00:00 2001 From: Jared Furlow Date: Sat, 3 May 2025 12:36:04 -0500 Subject: [PATCH] Test --- compose.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/compose.yaml b/compose.yaml index b5673d5..d4c7131 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,12 +2,4 @@ services: http-server: build: context: . - dockerfile: ./Dockerfile - healthcheck: - test: - - CMD - - curl - - 'http://127.0.0.1:3000/test' - interval: 2s - timeout: 10s - retries: 15 \ No newline at end of file + dockerfile: ./Dockerfile \ No newline at end of file