1 Star 0 Fork 783

kohnkong/DoraCMS

forked from doramart/DoraCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
生哥 提交于 2020-08-04 19:07 . DoraCMS v2.1.7 版本更新 😇😇😇
FROM mhart/alpine-node
LABEL author="[email protected]"
ENV PORT=8080
WORKDIR /app
COPY . /app
RUN npm install --registry=https://registry.npm.taobao.org
RUN npm install mammoth node-schedule --registry=https://registry.npm.taobao.org
EXPOSE ${PORT}
CMD BUILD_ENV=docker npm run dev
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/ssjf_1_0/DoraCMS.git
[email protected]:ssjf_1_0/DoraCMS.git
ssjf_1_0
DoraCMS
DoraCMS
2.1.8

搜索帮助