1 Star 6 Fork 2

diogoxiang/vue-fabric-editor

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦少卫 提交于 2024-06-11 11:46 +08:00 . feat(docker): docker部署方式
FROM node:18-alpine3.18 as build
WORKDIR /app
COPY . .
RUN npm install -g pnpm --registry=https://registry.npmmirror.com
RUN pnpm install
RUN ["pnpm", "build"]
FROM nginx:stable-alpine
COPY --from=0 /app/dist /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/diogoxiang/vue-fabric-editor.git
git@gitee.com:diogoxiang/vue-fabric-editor.git
diogoxiang
vue-fabric-editor
vue-fabric-editor
main

搜索帮助