1 Star 0 Fork 76

fork集合/vue-fabric-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦少卫 提交于 2024-07-07 15:23 . build(docker): 增加nginx版本号
FROM node:18-alpine3.18 as build
WORKDIR /app
COPY . .
RUN npm install -g pnpm --registry=https://registry.npmmirror.com
RUN pnpm config set registry https://registry.npmmirror.com
RUN pnpm install
RUN ["pnpm", "build"]
FROM nginx:1.25.3
COPY --from=0 /app/dist /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/penn6699-fork/vue-fabric-editor.git
git@gitee.com:penn6699-fork/vue-fabric-editor.git
penn6699-fork
vue-fabric-editor
vue-fabric-editor
main

搜索帮助