fix: add not-found.tsx, convert to next.config.mjs, add NODE_ENV=development to Dockerfile

This commit is contained in:
kevin-asprec
2026-04-14 10:52:43 +08:00
parent 3f195e1765
commit ae4211bb68
3 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
FROM node:20-alpine AS builder
ARG CACHE_BUST=1
ENV NODE_ENV=development
WORKDIR /app
COPY package.json package-lock.json* ./
COPY packages/shared/package.json ./packages/shared/