mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
build(docker): 更新构建命令使用pnpm build
- 将vite build替换为pnpm build以优化构建流程 - 确保构建过程与项目依赖管理工具一致
This commit is contained in:
@@ -12,7 +12,7 @@ RUN git clone https://github.com/setube/ogame-vue-ts.git
|
||||
|
||||
RUN mv ./ogame-vue-ts/* . ; rm -rf ./ogame-vue-ts/
|
||||
|
||||
RUN npm install -g pnpm ; pnpm install; npx vite build
|
||||
RUN npm install -g pnpm ; pnpm install; pnpm build
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user