We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399fbdc commit ad4b918Copy full SHA for ad4b918
Dockerfile
@@ -31,4 +31,5 @@ COPY . .
31
ENV PYTHONDONTWRITEBYTECODE=1
32
RUN python -m compileall -q app
33
34
+STOPSIGNAL SIGINT
35
CMD ["python3", "main.py"]
0 commit comments