Skip to content

Commit 4fa18be

Browse files
authored
chore: update Dockerfile (#373)
1 parent 7a7bf06 commit 4fa18be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ COPY --from=builder /app/package.json ./package.json
3939
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
4040
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
4141

42-
# ensure keepAlive is in-sync with AWS ALB, to prevent 502's
43-
RUN echo ";server.keepAliveTimeout = 72000;" >> ./server.js
44-
4542
USER nextjs
4643
EXPOSE 3000
4744

0 commit comments

Comments
 (0)