1 Star 0 Fork 42

Vinfol/PlayEdu后台界面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 290 Bytes
一键复制 编辑 原始数据 按行查看 历史
none 提交于 2023-04-17 15:55 . 优化docker编译
FROM node:lts-slim as builder
WORKDIR /app
COPY . /app
RUN yarn config set registry https://registry.npm.taobao.org && yarn && yarn build
FROM nginx:1.23.4-alpine-slim
COPY --from=builder /app/dist /usr/share/nginx/html
COPY --from=builder /app/docker/nginx.conf /etc/nginx/nginx.conf
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/vinfolhu/backend.git
git@gitee.com:vinfolhu/backend.git
vinfolhu
backend
PlayEdu后台界面
main

搜索帮助