6 Star 45 Fork 11

wuligiaogiao / vue3-bpmnjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
提交于 2022-07-25 21:12 . 初始化
FROM nginx
LABEL author="yiuman"
COPY dist/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
#1.build
#docker build -t bpmn-activiti .
#2.run
#docker run --name bpmn-activiti -p 18080:80 -d --rm bpmn-activiti
NodeJS
1
https://gitee.com/wuligiaogiao/vue3-bpmnjs.git
git@gitee.com:wuligiaogiao/vue3-bpmnjs.git
wuligiaogiao
vue3-bpmnjs
vue3-bpmnjs
master

搜索帮助