Fix copying next folder

ymlfmt
shamoon 3 weeks ago
parent a5c4a8fd1f
commit a8fc7d9767
No known key found for this signature in database

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

@ -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

Loading…
Cancel
Save