From 6500ed2be47dccd9909587e7984c4c2b3aaa43e4 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sun, 5 Jan 2025 00:14:27 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3ca946c..521777e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY vendor/ckeditor5 /usr/src/app/ # RUN pnpm install # RUN pnpm add next-intl # RUN pnpm add nextra -RUN pnpm install --frozen-lockfile +RUN pnpm install # Copying source files