From 43492470e9d802d49d07e15da9dc64e197e096c7 Mon Sep 17 00:00:00 2001 From: Michael Shihjay Chen Date: Tue, 22 Oct 2024 20:30:58 -0700 Subject: [PATCH] fix dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 956779c9..02e6d401 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ FROM node:slim LABEL Maintainer Michael Shihjay Chen WORKDIR /usr/src/app ENV NODE_ENV production +ENV NEXT_PRIVATE_STANDALONE true COPY --from=builder /usr/src/app/.next/standalone ./ COPY --from=builder /usr/src/app/.next/static ./.next/static RUN mkdir -p /usr/src/app/trustees