From eeb5c0a5117e6eea66dce21d7450f30979eecf97 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 21 Oct 2024 14:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=9E=84=E5=BB=BA=E5=B9=B2?= =?UTF-8?q?=E5=87=80=E7=9A=84=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6c79e6..8ce9fcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,6 @@ FROM node:16-slim LABEL authors="kubbo" - -RUN yum update -y && yum install -y bash -RUN yum clean all && rm -rf /var/cache/yum - COPY . /app WORKDIR /app RUN npm i --registry=http://registry.npmmirror.com