From ba1af54fcfe838c8b90d4f27b1435c344478b889 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Tue, 13 Aug 2024 01:34:53 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0Dockerfile=E4=BD=BF?= =?UTF-8?q?=E5=BE=97bun=E5=8F=AA=E5=AE=89=E8=A3=85=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6459a7a..cbc55f7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY bun.lockb ./ -RUN bun install +RUN bun install --production COPY . .