Fix Bug & Clean Code

### No Issue"
This commit is contained in:
2026-03-10 16:22:36 +08:00
parent a03c1fa575
commit 0f4abea990

View File

@@ -19,7 +19,6 @@ ENV NEXT_TELEMETRY_DISABLED=1
ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN bun install --frozen-lockfile
COPY . .
RUN cp .env.example .env || true