From cdf9a12c62112f2d19e8522fd60f7b67ab048bc5 Mon Sep 17 00:00:00 2001 From: BillMills Date: Thu, 14 Mar 2019 16:16:17 -0400 Subject: [PATCH] no healthchecks --- bulletin-board-app/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/bulletin-board-app/Dockerfile b/bulletin-board-app/Dockerfile index f24e52d..edc74cd 100644 --- a/bulletin-board-app/Dockerfile +++ b/bulletin-board-app/Dockerfile @@ -9,4 +9,3 @@ CMD [ "npm", "start" ] COPY . . -HEALTHCHECK --interval=5s CMD curl --fail http://localhost:8080 || exit 1 \ No newline at end of file