1 Star 0 Fork 0

加菲猫/frontend-weekly

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiacheng Dong 提交于 2022-03-30 23:32 . :memo:feat: update 2022-04-03 section
FROM node:14-alpine as builder
ENV PROJECT_ENV production
ENV NODE_ENV production
WORKDIR /code
COPY package*.json /code
RUN yarn install --registry=https://registry.npmmirror.com/
COPY . /code
RUN yarn build
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /code/dist /code/dist
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Jiacheng787/frontend-weekly.git
git@gitee.com:Jiacheng787/frontend-weekly.git
Jiacheng787
frontend-weekly
frontend-weekly
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385