1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

more logs

This commit is contained in:
Patrik J. Braun 2024-04-15 17:27:35 +02:00
parent 796cbec521
commit e4c31c9348

View File

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