1 Star 0 Fork 89

lethe/stackedit

forked from 豆萁/stackedit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
豆萁 提交于 2022-07-10 11:48 . 自定义图床上传bugfix
FROM mafgwo/wkhtmltopdf-nodejs:11.15.0
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", "." ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SN42/stackedit.git
[email protected]:SN42/stackedit.git
SN42
stackedit
stackedit
master

搜索帮助