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