From de2cb07a1529da8263fa7e4743f8e94d082e75ab Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Fri, 10 Oct 2025 10:37:52 +0200 Subject: [PATCH] feat: add an option to remove the landing page --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e68048..ca9a0ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ EXPOSE 3000 ENV PORT 3000 ENV HOSTNAME "0.0.0.0" -ENV PUBLIC_LANDING_INFO true +ENV PUBLIC_LANDING_INFO=true RUN npm run build RUN npm prune --production