mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Increase memory for Docker prod build
This commit is contained in:
parent
f7fa4c0940
commit
3594ce7197
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ COPY --from=docs /app/docs ./src/assets/docs
|
|||
COPY --from=api /app/lemmy-js-client/docs ./src/assets/api
|
||||
|
||||
RUN yarn
|
||||
RUN yarn build:prod
|
||||
RUN NODE_OPTIONS="--max-old-space-size=8192" yarn build:prod
|
||||
|
||||
FROM node:14-alpine as runner
|
||||
COPY --from=builder /app/dist /app/dist
|
||||
|
|
Loading…
Reference in a new issue