diff --git a/.dockerignore b/.dockerignore index edbf85256..edeab8ce1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,7 +20,6 @@ **/obj **/secrets.dev.yaml **/values.dev.yaml -**/.next README.md config/ k3d/ diff --git a/Dockerfile b/Dockerfile index a4111ff95..5a439f92e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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