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