21 Star 263 Fork 148

PandaX物联网平台/PandaUi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
PandaX 提交于 2024-11-12 19:35 +08:00 . update Dockerfile.
FROM node:16-alpine AS builder
WORKDIR /app
COPY . .
# 安装依赖
RUN npm install --registry=https://registry.npmmirror.com
# 打包发布
RUN npm run build
FROM nginx:1.25-alpine
LABEL MAINTAINER="PandaX"
COPY deploy/default.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /app/deploy/dist /usr/share/nginx/html/
#暴露容器8001端口
EXPOSE 7789
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/XM-GO/PandaUi.git
git@gitee.com:XM-GO/PandaUi.git
XM-GO
PandaUi
PandaUi
master

搜索帮助