Compare commits
6 Commits
v0.0.1
...
v0.0.1-sna
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82e10b72c7 | ||
|
|
1219deea89 | ||
|
|
b5b9d94119 | ||
|
|
d5959ca3c3 | ||
| 185ce1fac1 | |||
|
|
c11bb6d637 |
@@ -44,6 +44,5 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=local,src=/cache
|
cache-from: type=local,src=/cache
|
||||||
cache-to: type=local,dest=/cache,mode=max
|
cache-to: type=local,dest=/cache,mode=max
|
||||||
# platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
platforms: linux/amd64
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
FROM node:22-alpine AS builder
|
FROM node:22-alpine AS builder
|
||||||
|
|
||||||
# 安装 pnpm
|
# 安装 pnpm
|
||||||
RUN npm install -g pnpm
|
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||||
|
|
||||||
# 设置工作目录
|
# 设置工作目录
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user