Updated Dockerfile so that python process can receive shutdown signals

This commit is contained in:
Elnath 2020-12-29 01:43:33 +01:00
parent f7f899790c
commit 927a96d8b0
1 changed files with 1 additions and 1 deletions

View File

@ -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"]