From 0e0738f2fe976d70e12cf2840b4629b52797a590 Mon Sep 17 00:00:00 2001 From: diced Date: Wed, 3 Sep 2025 00:07:38 -0700 Subject: [PATCH] fix: add scripts to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f38836c9..726ac73b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ COPY tsconfig.json ./tsconfig.json COPY mimes.json ./mimes.json COPY code.json ./code.json COPY vite-env.d.ts ./vite-env.d.ts +COPY scripts ./scripts ENV NEXT_TELEMETRY_DISABLED=1