feat: drone.ci
This commit is contained in:
parent
ec02561f6a
commit
92e5097539
|
@ -4,6 +4,8 @@ FROM node:16.19-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# 将本地文件复制到项目文件夹下
|
# 将本地文件复制到项目文件夹下
|
||||||
COPY ./apps/server .
|
COPY ./apps/server .
|
||||||
|
|
||||||
|
RUN ls -a
|
||||||
# 切换到淘宝镜像,安装依赖比较快
|
# 切换到淘宝镜像,安装依赖比较快
|
||||||
RUN npm set registry https://registry.npm.taobao.org
|
RUN npm set registry https://registry.npm.taobao.org
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
|
|
Loading…
Reference in New Issue
Block a user