From e939b704efaed9585adadc81040cb9f170184f4d Mon Sep 17 00:00:00 2001 From: Ravinou Date: Thu, 10 Apr 2025 11:36:19 +0200 Subject: [PATCH] =?UTF-8?q?docker:=20=F0=9F=90=B3=20typescript=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11e651f..092c9c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY --from=deps /app/node_modules ./node_modules COPY . . -RUN sed -i "s/images:/output: 'standalone',images:/" next.config.js +RUN sed -i "s/images:/output: 'standalone',images:/" next.config.ts RUN npm run build