feat(settings): enhance error handling for settings operations and improve logging

This commit is contained in:
Linus Rath
2026-03-25 10:21:05 +01:00
parent 54981950b0
commit 136686f230
3 changed files with 56 additions and 7 deletions
+1
View File
@@ -26,6 +26,7 @@ RUN apk upgrade --no-cache && \
COPY --from=builder /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
RUN mkdir -p /app/data/settings /app/data/admin && chown -R nextjs:nodejs /app/data
USER nextjs
EXPOSE 3000
ENV PORT=3000