From bb5d638fba0a9f4c0a8a82959cf084e8120db43e Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 4 Jan 2025 22:58:34 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e186a160..9821b566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/ COPY vendor/ckeditor5 /usr/src/app/ # Install dependencies using pnpm -RUN pnpm install --frozen-lockfile +RUN pnpm install --no-frozen-lockfile # Copying source files COPY . /usr/src/app