Skip to content

Commit

Permalink
fix: slow shutdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Apr 6, 2024
1 parent 496b80b commit bdb2244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN set -eux; cd /app/public/scss; mkdir out; for f in *.scss; \
mv out/* .; \
chmod a+r /app/public/scss/*.css

STOPSIGNAL SIGINT
# Django listens to SIGINT but not SIGTERM
RUN apt-get purge -y sassc && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/*
Expand Down

0 comments on commit bdb2244

Please sign in to comment.