From 83f4c27dc3dbc37fad031992b6d1afe038ce138a Mon Sep 17 00:00:00 2001 From: lancelotly Date: Sun, 22 Oct 2023 22:25:44 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6232a67..53ea500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ COPY . . EXPOSE 3000 # HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \ - # CMD wget --quiet --tries=1 --spider http://localhost:3000 || exit 1 +CMD wget --quiet --tries=1 --spider http://localhost:3000 || exit 1