fix: docker read config.json

This commit is contained in:
shinya
2025-06-29 20:21:43 +08:00
parent 55a4333e92
commit 0b0048209f
2 changed files with 29 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ RUN addgroup -g 1001 -S nodejs && adduser -u 1001 -S nextjs -G nodejs
WORKDIR /app
ENV NODE_ENV=production
ENV PORT=3000
ENV DOCKER_ENV=true
# 复制必要文件
COPY --from=builder /app/public ./public