This commit is contained in:
Zheyuan Wu
2025-03-07 10:50:15 -06:00
parent 1fc749641f
commit 2dccc64e10
6 changed files with 205 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
FROM node:18-alpine AS base
ENV NODE_OPTIONS="--max-old-space-size=8192"
# 1. Install dependencies only when needed
FROM base AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.