From 67466d25e490789043a5bc2df2a9002ea3c73252 Mon Sep 17 00:00:00 2001 From: moreal Date: Tue, 14 May 2024 09:23:40 +0900 Subject: [PATCH] fix: run codegen when building Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 28db45c..7135d00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ COPY . . # Uncomment the following line in case you want to disable telemetry during the build. ENV NEXT_TELEMETRY_DISABLED 1 +RUN yarn codegen RUN yarn build # Production image, copy all the files and run next