1 Star 1 Fork 1

小麦客/degital-twin-3d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
niyonggui 提交于 2023-11-19 01:17 . feat: init commit
FROM node:16.20.0-alpine as builder
# ENV PROJECT_ENV production
# ENV NODE_ENV production
# http-server 不变动也可以利用缓存
WORKDIR /source
COPY . .
# ADD package.json /source
RUN npm install pnpm -g
RUN npm run bootstrap && npm run build
COPY . /source
# 选择更小体积的基础镜像
FROM nginx:latest
COPY --from=builder /source/digital-dist/ /usr/share/nginx/html/
COPY default.conf /etc/nginx/conf.d/default.conf
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaomaike/degital-twin-3d.git
git@gitee.com:xiaomaike/degital-twin-3d.git
xiaomaike
degital-twin-3d
degital-twin-3d
master

搜索帮助