1 Star 0 Fork 80

LR141 / kit_admin

forked from 李军 / kit_admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 259 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Van Zheng 提交于 2018-07-23 10:44 . 更新 Dockerfile
# 依赖Node
FROM node
# Create app directory
RUN mkdir -p /app
WORKDIR /app
# Install cnpm
RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
# Bundle app source
COPY . /app
RUN cnpm install
EXPOSE 80
CMD [ "npm", "start" ]
JavaScript
1
https://gitee.com/lr141/kit_admin.git
git@gitee.com:lr141/kit_admin.git
lr141
kit_admin
kit_admin
master

搜索帮助

14c37bed 8189591 565d56ea 8189591