From bd076d5efe2c2208e62959bcd618ec3a4fed10a7 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 16 Jun 2025 22:50:05 +0100 Subject: [PATCH] chore: remove spacing --- apps/web/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 0a997303..6519a83f 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -57,8 +57,6 @@ COPY --from=pruner /app/out/full/ . RUN pnpm build --filter=${PROJECT} # Copy static files to standalone directory - - RUN mkdir -p apps/web/.next/standalone/.next && \ mv apps/web/public apps/web/.next/standalone/ && \ mv apps/web/.next/static apps/web/.next/standalone/.next/