From 7e2e07aba92fcfbd56dc09463962aea9168af036 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sun, 5 Jan 2025 00:23:49 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d70ceaba..13a7f02e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,11 +14,11 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/ COPY vendor/ckeditor5 /usr/src/app/ # Install dependencies using pnpm -RUN npm install next --legacy-peer-deps -RUN pnpm install -RUN pnpm add next-intl -RUN pnpm add nextra -RUN pnpm add @next/bundle-analyzer +# RUN npm install next --legacy-peer-deps +RUN pnpm install --frozen-lockfile +# RUN pnpm add next-intl +# RUN pnpm add nextra +# RUN pnpm add @next/bundle-analyzer # Copying source files