From c862207381442ec0e7422bcb35791c00fb1c9317 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:04:21 -0600 Subject: [PATCH] chore: add missing lock file --- Dockerfile.website | 1 + 1 file changed, 1 insertion(+) 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