1 Star 0 Fork 0

云为科技/redcat-example-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
chendf 提交于 2021-04-26 16:31 . 初始化模版项目
FROM hz-office-registry.ywsoftware.com/base/node:12.16.2-buster AS build
WORKDIR /app
COPY package*.json ./
RUN npm config set sass_binary_site http://nexus.ywsoftware.com/repository/node-sass/ && \
npm install --registry=http://nexus.ywsoftware.com/repository/npm-proxy/
COPY . ./
RUN npm run build
FROM hz-office-registry.ywsoftware.com/base/nginx:alpine-vue
COPY --from=build /app/dist /usr/share/nginx/html/
EXPOSE 80 443
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ywkj2014/redcat-example-app.git
git@gitee.com:ywkj2014/redcat-example-app.git
ywkj2014
redcat-example-app
redcat-example-app
master

搜索帮助