6 Star 40 Fork 129

PlayEdu / 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
TypeScript
1
https://gitee.com/playeduxyz/backend.git
git@gitee.com:playeduxyz/backend.git
playeduxyz
backend
PlayEdu后台界面
main

搜索帮助