feat: drone.ci

This commit is contained in:
mozzie 2023-03-20 17:31:08 +08:00
parent f20f626555
commit 8acbdc69c5

View File

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