This commit is contained in:
hailin 2025-07-29 13:17:36 +08:00
parent db714741bf
commit 90a994a431
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ COPY --from=builder /app/package.json ./package.json
# 安装调试工具和 serve # 安装调试工具和 serve
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y vim net-tools bash \ && apt-get install -y nano net-tools bash \
&& npm install -g serve \ && npm install -g serve \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*