From 82c5ba5b24e1fff11d8628bfc38f4b975ae74688 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Jun 2025 04:36:17 +0200 Subject: [PATCH] 6 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 9c8a776..34e9bd9 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" RUN corepack enable WORKDIR /app -COPY package*.json ./ +COPY pnpm-lock.yaml ./ RUN pnpm install --frozen-lockfile COPY ./ . RUN pnpm run build