fix: deploy...

This commit is contained in:
2026-02-10 17:42:02 +01:00
parent 0275f4da41
commit 8129b934c8
2 changed files with 2 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ ENV SKIP_RUNTIME_ENV_VALIDATION=true
RUN corepack enable
# Copy package files
COPY package.json pnpm-lock.yaml* .npmrc ./
COPY package.json pnpm-lock.yaml* ./
# Install dependencies based on the preferred package manager
# Create .npmrc for private registry access if token is present