修复异常

This commit is contained in:
aixianling
2024-10-21 14:15:15 +08:00
parent cf6c8fdb45
commit c8f7c169cc

View File

@@ -1,8 +1,6 @@
FROM node:16-slim
LABEL authors="kubbo"
RUN apt-get update && apt-get install -y apt-utils shell
COPY . /app
WORKDIR /app
RUN npm i --registry=http://registry.npmmirror.com