diff --git a/Dockerfile b/Dockerfile index bb56d6b..112c738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,3 +37,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \ CMD wget -qO- http://localhost/index.html || exit 1 CMD ["nginx", "-g", "daemon off;"] +