fix: lack of SIGTERM handling.
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user