fix: lack of SIGTERM handling.

This commit is contained in:
2026-05-09 20:05:34 +02:00
parent 286fcdbe5b
commit 2699efc773
4 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ WORKDIR /app
COPY ./ok-server.py .
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
EXPOSE 8000
EXPOSE 8080
ENTRYPOINT ["/entrypoint.sh"]