From 9b75ef8b6995592495eaed13b23f0368ce67a87d Mon Sep 17 00:00:00 2001 From: SALTWOOD <105980161+SALTWOOD@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:30:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E8=87=AA=E5=B8=A6=20Git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index faf44b3..9edbb38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,7 @@ FROM alpine:latest # 仅安装运行时所需的包 RUN apk add --no-cache \ nodejs \ - npm \ - git + npm WORKDIR /app