remove wrong props
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user