1 Star 0 Fork 11

liuyu_dev/yapi

forked from yapi-pro/yapi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 385 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM node:12-alpine
ENV TZ="Asia/Shanghai"
# 使用阿里云镜像
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
WORKDIR /yapi/vendors
COPY . /yapi/vendors/
RUN apk add --no-cache wget python make && cd /yapi/vendors && npm set strict-ssl false && npm install --production --registry https://registry.npm.taobao.org
EXPOSE 3000
ENTRYPOINT ["node"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liuyu_dev_admin/yapi.git
git@gitee.com:liuyu_dev_admin/yapi.git
liuyu_dev_admin
yapi
yapi
master

搜索帮助