diff --git a/kdb-bot/dockerfile b/kdb-bot/dockerfile index fb342fd2..282eb8c6 100644 --- a/kdb-bot/dockerfile +++ b/kdb-bot/dockerfile @@ -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