From 612430d3e004fe50098735ba4a86a6a386748201 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Fri, 23 Dec 2022 16:41:28 +0100 Subject: [PATCH] Fixed dockerfile for releases --- kdb-bot/dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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