1 Star 2 Fork 0

魏宏斌/regexper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM node:14-alpine AS builder
WORKDIR app
COPY . .
RUN yarn config set registry https://registry.npmmirror.com \
&& yarn config set disturl https://npmmirror.com/dist -g \
&& yarn config set sass_binary_site https://npmmirror.com/mirrors/node-sass/ -g \
&& yarn && yarn build
FROM nginx:alpine
COPY --from=builder /app/build /usr/share/nginx/html
EXPOSE 80
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weihongbin/regexper.git
git@gitee.com:weihongbin/regexper.git
weihongbin
regexper
regexper
master

搜索帮助