From 927a96d8b0a1fe0ab2b201546766e4fef0e18f78 Mon Sep 17 00:00:00 2001 From: Elnath Date: Tue, 29 Dec 2020 01:43:33 +0100 Subject: [PATCH] Updated Dockerfile so that python process can receive shutdown signals --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c5c371..ed53e6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ COPY ./ChannelsConfigFile/ ./ChannelsConfigFile/ COPY ./utils/ ./utils/ COPY VocalMaisBot.py ./ VOLUME ["/app/.token", "/app/channels.json"] -ENTRYPOINT /app/VocalMaisBot.py +ENTRYPOINT ["/app/VocalMaisBot.py"]