Frozen files

This commit is contained in:
Umar Adilov 2025-12-17 14:07:11 +05:00
parent d2b4d046df
commit 94ef553982

View File

@ -12,7 +12,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml ./ COPY package.json pnpm-lock.yaml ./
# Install dependencies # Install dependencies
RUN pnpm install RUN pnpm install --frozen-lockfile
# Copy the rest of the files # Copy the rest of the files
COPY . . COPY . .