remove wrong props

This commit is contained in:
2025-10-08 23:31:09 +01:00
parent 9765d2be32
commit ca64eecffb
3 changed files with 29 additions and 5 deletions
+3 -1
View File
@@ -42,12 +42,14 @@ WORKDIR /app
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
ENV TRUST_PROXY=1
# Copy necessary files from builder stage
COPY --from=builder /app/.next/standalone ./
COPY --from=builder --chown=root:root /app/.next/static ./.next/static
# Copy custom server.js that handles proxy headers
COPY --from=builder /app/server.js ./server.js
# Copy compiled database scripts instead of TypeScript sources
COPY --from=builder /app/dist ./dist