0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
Showing only changes of commit 612430d3e0 - Show all commits

View File

@ -2,7 +2,8 @@
FROM python:3.10.4-alpine
WORKDIR /app
COPY ./dist/bot/build/ .
COPY ./dist/bot/build/kdb-bot/ .
COPY ./dist/bot/build/requirements.txt .
RUN python -m pip install --upgrade pip