feat: add an option to remove the landing page

This commit is contained in:
Levente Orban
2025-10-10 10:37:52 +02:00
parent ffc29b9c24
commit de2cb07a15

View File

@@ -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