Build 0.3.0.rc1 #145

Merged
edraft merged 2 commits from 0.3.0.rc1 into 0.3 2022-12-27 18:54:31 +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