From 6cead67c46d9bedf738554b04e801f425ec9dd12 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Tue, 13 Aug 2024 01:39:55 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=94=B9Dockerfile=E5=A4=84?= =?UTF-8?q?=E7=90=86bun=E5=91=BD=E4=BB=A4?= 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 9ab6555..6459a7a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY bun.lockb ./ -RUN /bin/bash -c bun install --production +RUN bun install COPY . .