diff --git a/Dockerfile.website b/Dockerfile.website index a773611..394d973 100644 --- a/Dockerfile.website +++ b/Dockerfile.website @@ -9,6 +9,7 @@ COPY . . # Install dependencies +COPY package.json pnpm-lock.yaml ./ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile # Deploy only the dokploy app