From e4c31c93480efe45ff4114ad155865122cb22a86 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 15 Apr 2024 17:27:35 +0200 Subject: [PATCH] more logs --- docker/alpine/Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/alpine/Dockerfile.build b/docker/alpine/Dockerfile.build index 42e0947f..76186153 100644 --- a/docker/alpine/Dockerfile.build +++ b/docker/alpine/Dockerfile.build @@ -16,7 +16,7 @@ RUN mkdir -p /app/data/config && \ #----------------------------------------- FROM node:18-alpine3.17 AS main WORKDIR /app -ENV NODE_ENV=production \ +ENV NODE_ENV=debug \ # overrides only the default value of the settings (the actualy value can be overwritten through config.json) default-Database-dbFolder=/app/data/db \ default-Media-folder=/app/data/images \