1 Star 0 Fork 150

asami/Qwerty-Learner

forked from Kai/Qwerty-Learner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
luo jiyin 提交于 2024-06-11 17:04 . chore: docker compose deployment (#771)
FROM node:20 AS build
# 设置工作目录
WORKDIR /app
COPY . .
RUN npm config set registry https://registry.npmmirror.com
RUN npm install
RUN npm run build
# 将构建好的 React 应用复制到 Nginx 容器的默认站点目录
FROM nginx:alpine
COPY ./public/default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/build /app
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sumeri/qwerty-learner.git
git@gitee.com:sumeri/qwerty-learner.git
sumeri
qwerty-learner
Qwerty-Learner
master

搜索帮助