Fix copying next folder

This commit is contained in:
shamoon
2025-03-27 22:54:23 -07:00
parent a5c4a8fd1f
commit a8fc7d9767
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
**/obj **/obj
**/secrets.dev.yaml **/secrets.dev.yaml
**/values.dev.yaml **/values.dev.yaml
**/.next
README.md README.md
config/ config/
k3d/ k3d/

View File

@@ -9,7 +9,7 @@ COPY package.json pnpm-lock.yaml ./
RUN corepack enable && corepack prepare pnpm@latest --activate RUN corepack enable && corepack prepare pnpm@latest --activate
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile
COPY . . COPY .next .next
ARG BUILDTIME ARG BUILDTIME
ARG VERSION ARG VERSION