From 92d0e65acf3a15502b0236d4b522b47224a99d2d Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Mon, 6 Oct 2025 20:51:27 +0200 Subject: [PATCH] create data folder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a070c28..02092d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ USER nextjs EXPOSE 3000 ENV PORT=3000 - +RUN mkdir -p /app/data && chown nextjs:nextjs /app/data # server.js is created by next build from the standalone output # https://nextjs.org/docs/pages/api-reference/config/next-config-js/output ENV HOSTNAME="0.0.0.0"