1 Star 3 Fork 0

中国知网行业技术支持部/stackedit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Benoit Schweblin 提交于 2021-03-30 00:33 +08:00 . Upgraded Katex to v0.13.
FROM benweet/stackedit-base
RUN mkdir -p /opt/stackedit
WORKDIR /opt/stackedit
COPY package*json /opt/stackedit/
COPY gulpfile.js /opt/stackedit/
RUN npm install --unsafe-perm \
&& npm cache clean --force
COPY . /opt/stackedit
ENV NODE_ENV production
RUN npm run build
EXPOSE 8080
CMD [ "node", "." ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LoongTeX/stackedit.git
git@gitee.com:LoongTeX/stackedit.git
LoongTeX
stackedit
stackedit
master

搜索帮助