408 Star 2.2K Fork 763

GVPdoramart / DoraCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 289 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
生哥 提交于 2020-08-04 19:07 . DoraCMS v2.1.7 版本更新 😇😇😇
FROM mhart/alpine-node
LABEL author="doramart@qq.com"
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
NodeJS
1
https://gitee.com/doramart/DoraCMS.git
git@gitee.com:doramart/DoraCMS.git
doramart
DoraCMS
DoraCMS
2.1.7

搜索帮助

14c37bed 8189591 565d56ea 8189591