Skip to content

Commit ad4b918

Browse files
committed
Improve restart time by setting stopsignal to sigint in bot
1 parent 399fbdc commit ad4b918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ COPY . .
3131
ENV PYTHONDONTWRITEBYTECODE=1
3232
RUN python -m compileall -q app
3333

34+
STOPSIGNAL SIGINT
3435
CMD ["python3", "main.py"]

0 commit comments

Comments
 (0)