76 Star 302 Fork 79

kitteam/kit_admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
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" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kitteam/kit_admin.git
[email protected]:kitteam/kit_admin.git
kitteam
kit_admin
kit_admin
master

搜索帮助