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