Skip to content

Commit

Permalink
chore: update Dockerfile (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 authored Nov 1, 2023
1 parent 7a7bf06 commit 4fa18be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ COPY --from=builder /app/package.json ./package.json
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static

# ensure keepAlive is in-sync with AWS ALB, to prevent 502's
RUN echo ";server.keepAliveTimeout = 72000;" >> ./server.js

USER nextjs
EXPOSE 3000

Expand Down

0 comments on commit 4fa18be

Please sign in to comment.