mirror of
https://github.com/keven1024/015.git
synced 2026-06-07 12:54:34 +00:00
Compare commits
1 Commits
0.11.0-rc.
...
0.11.0-rc.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e90c54b27 |
@@ -5,6 +5,7 @@ WORKDIR /app
|
||||
FROM front-base AS front-builder
|
||||
RUN apk add --no-cache gcompat
|
||||
ENV CI=true
|
||||
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||
COPY . .
|
||||
RUN corepack enable pnpm && pnpm i && pnpm --filter=015-front build && pnpm --dir pkg/mail export
|
||||
|
||||
|
||||
Reference in New Issue
Block a user