Handle enter button #481

Merged
Taoshan98 merged 12 commits from feat-sudo-auto-fill-password into dev-1.10.1 2026-01-04 15:29:11 +00:00
Showing only changes of commit cde621275b - Show all commits

View File

@@ -19,7 +19,7 @@ COPY . .
RUN find public/fonts -name "*.ttf" ! -name "*Regular.ttf" ! -name "*Bold.ttf" ! -name "*Italic.ttf" -delete
RUN npm cache clean --force && \
npm run build
NODE_OPTIONS="--max-old-space-size=3072" npm run build
# Stage 3: Build backend
FROM deps AS backend-builder