1 Star 0 Fork 765

friendship / 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="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/friendship_lhj/DoraCMS.git
git@gitee.com:friendship_lhj/DoraCMS.git
friendship_lhj
DoraCMS
DoraCMS
2.1.7

搜索帮助