Fixed docker env #70

This commit is contained in:
2022-10-22 08:17:54 +02:00
parent 17a14cedb6
commit 602b1f3f98
2 changed files with 0 additions and 7 deletions

View File

@@ -14,8 +14,4 @@ RUN apk add nano
RUN pip install -r requirements.txt --extra-index-url https://pip.sh-edraft.de
ENV KDB_TOKEN=""
ENV KDB_PREFIX="!kdb "
ENV KDB_ENVIRONMENT="production"
CMD [ "bash", "/app/bot/bot"]