From fd8d8457d271ffb8e177004e22ce7e0d442c8b0f Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 17 Jan 2024 12:13:30 +0100 Subject: [PATCH] fix docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b83769..05fe604 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY . . ENV NEXT_TELEMETRY_DISABLED 1 -RUN pnpm build +RUN npm run build # Production image, copy all the files and run next FROM base AS runner