We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e0c08 commit 5c25322Copy full SHA for 5c25322
Dockerfile
@@ -4,6 +4,7 @@ FROM node:lts AS builder
4
5
WORKDIR /app
6
7
+ENV NODE_OPTIONS=--max-old-space-size=4096
8
# 结合 deploy/nginx-example.conf 配置测试用
9
ENV PASTE_API=/api/paste
10
0 commit comments