feat: drone.ci

This commit is contained in:
mozzie 2023-03-20 17:17:07 +08:00
parent ec02561f6a
commit 92e5097539

View File

@ -4,6 +4,8 @@ FROM node:16.19-alpine AS build
WORKDIR /app
# 将本地文件复制到项目文件夹下
COPY ./apps/server .
RUN ls -a
# 切换到淘宝镜像,安装依赖比较快
RUN npm set registry https://registry.npm.taobao.org
# 安装依赖