We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7bf06 commit 4fa18beCopy full SHA for 4fa18be
Dockerfile
@@ -39,9 +39,6 @@ COPY --from=builder /app/package.json ./package.json
39
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
40
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
41
42
-# ensure keepAlive is in-sync with AWS ALB, to prevent 502's
43
-RUN echo ";server.keepAliveTimeout = 72000;" >> ./server.js
44
-
45
USER nextjs
46
EXPOSE 3000
47
0 commit comments