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
**/secrets.dev.yaml
**/values.dev.yaml
**/.next
README.md
config/
k3d/

View File

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