1 Star 2 Fork 1

gotocloud/go-to-cloud-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐超越 提交于 2023-03-30 22:28 . Dockerfile 加速
FROM node:16-alpine as build
WORKDIR /root/app
COPY package.json .
RUN ["npm", "install", "--registry=https://registry.npmmirror.com"]
COPY . .
RUN npm run build:pro
#
FROM nginx:stable
ADD ./deploy/nginx/default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /root/app/dist-pro /usr/share/nginx/html
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/go-to-cloud/go-to-cloud-frontend.git
[email protected]:go-to-cloud/go-to-cloud-frontend.git
go-to-cloud
go-to-cloud-frontend
go-to-cloud-frontend
main

搜索帮助