1FROM node:20-alpine
2WORKDIR /app
3COPY . .
4RUN npm install --production
5CMD npm start
no lines flagged
#075PracticeMedium15 min · 120 XP
Container Ignores SIGTERM, Forces Slow Shutdowns
Every deployment takes the full grace period to kill containers instead of shutting down cleanly.
Flagged linesNo lines flagged yet
Flag a line or write a note to submit.Answers are evaluated by an AI model. Automated feedback can be incomplete or incorrect — treat it as guidance, not a definitive verdict.