1 Star 0 Fork 167

大千世界/douyin

forked from zyronon/douyin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
zyronon 提交于 2024-05-02 01:08 . refactor: fuck vite defineConfig
# syntax = docker/dockerfile:experimental
FROM --platform=${BUILDPLATFORM:-linux/amd64,linux/arm64} node:20-buster AS builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
WORKDIR /src
COPY ./ ./
# RUN两次方便观察install和build, 也可以用pnpm cache and locked
RUN pnpm install
RUN npm run build
FROM --platform=${BUILDPLATFORM:-linux/amd64,linux/arm64} ghcr.io/rookie-luochao/nginx-runner:latest
COPY --from=builder /src/dist /app
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qizhanqian/douyin_vue.git
git@gitee.com:qizhanqian/douyin_vue.git
qizhanqian
douyin_vue
douyin
master

搜索帮助