diff --git a/Dockerfile b/Dockerfile index 445170b..5217d0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,7 @@ RUN cd locales && find . -maxdepth 2 -type d -name 'LC_MESSAGES' -exec ash -c 'm RUN pip install -r requirements.txt +VOLUME /app/data +ENV UNO_DB /app/data/uno.sqlite3 + ENTRYPOINT python3 ./bot.py