From 53bcd4aa85227f6ce479d57bd2f6154afd364c33 Mon Sep 17 00:00:00 2001 From: phaichayon Date: Thu, 16 Jul 2026 16:46:25 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AB=E0=B8=AB=E0=B8=AB=E0=B8=AB=E0=B8=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ff05ad..27bbe74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM base AS deps COPY package.json ./ -RUN npm ci --no-audit --no-fund +RUN npm i --no-audit --no-fund # =========================================================